Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
pipeline_tag: object-detection
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
# YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
|
| 6 |
|
|
@@ -51,4 +53,4 @@ def predict(image_path, weights='best.pt', imgsz=640, conf_thres=0.1, iou_thres=
|
|
| 51 |
|
| 52 |
# Apply NMS
|
| 53 |
pred = non_max_suppression(pred[0][0], conf_thres, iou_thres, classes=None, max_det=1000)
|
| 54 |
-
```
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: object-detection
|
| 3 |
+
metrics:
|
| 4 |
+
- mape
|
| 5 |
+
- accuracy
|
| 6 |
---
|
| 7 |
# YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
|
| 8 |
|
|
|
|
| 53 |
|
| 54 |
# Apply NMS
|
| 55 |
pred = non_max_suppression(pred[0][0], conf_thres, iou_thres, classes=None, max_det=1000)
|
| 56 |
+
```
|