cquest commited on
Commit
6fd1029
·
verified ·
1 Parent(s): bbefd27

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -10,6 +10,8 @@ This model has be trained for the Panoramax project in order to detect:
10
 
11
  The last model has been trained on yolo11l with imgsz of 2048 and 300 epochs, the older one on yolo8s.
12
 
 
 
13
  Here is the last run validation :
14
  ```
15
  Validating runs/detect/train5/weights/best.pt...
@@ -21,4 +23,6 @@ YOLO11l summary (fused): 464 layers, 25,281,625 parameters, 0 gradients, 86.6 GF
21
  plate 202 410 0.833 0.849 0.889 0.438
22
  face 118 292 0.724 0.619 0.657 0.237
23
  Speed: 1.2ms preprocess, 18.4ms inference, 0.0ms loss, 1.6ms postprocess per image
24
- ```
 
 
 
10
 
11
  The last model has been trained on yolo11l with imgsz of 2048 and 300 epochs, the older one on yolo8s.
12
 
13
+ ![](val_batch0_labels.jpg)
14
+
15
  Here is the last run validation :
16
  ```
17
  Validating runs/detect/train5/weights/best.pt...
 
23
  plate 202 410 0.833 0.849 0.889 0.438
24
  face 118 292 0.724 0.619 0.657 0.237
25
  Speed: 1.2ms preprocess, 18.4ms inference, 0.0ms loss, 1.6ms postprocess per image
26
+ ```
27
+
28
+ ![](results.png)