joangog commited on
Commit
9a41436
1 Parent(s): 47c0f7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -11,4 +11,8 @@ metrics:
11
 
12
  ---
13
 
14
- Optimized YOLOv5 model trained on the PWMFD medical masks dataset using transfer learning from COCO with frozen backbone, data augmentations such as mosaic, and an input image size of 320 x 320.
 
 
 
 
 
11
 
12
  ---
13
 
14
+ Optimized YOLOv5 model trained on the PWMFD medical masks dataset using transfer learning from COCO with frozen backbone, data augmentations such as mosaic, and an input image size of 320 x 320.
15
+
16
+ mAP with evaluation from pycocotools: 67%
17
+
18
+ mAP with evaluation from yolov5 val.py script: 71%