Update README.md
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
|
|
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 |
|
|