joangog commited on
Commit
8ea4338
1 Parent(s): 9a41436

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -13,6 +13,10 @@ metrics:
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%
 
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
+ **Architecture:** [here](https://huggingface.co/joangog/pwmfd-yolov5/tensorboard?scroll=1#graphs&run=.)
17
+
18
+ **AP:**
19
+
20
+ - Evaluation from pycocotools: 67%
21
+ - Evaluation from yolov5 val.py script: 71%
22