Instructions to use SanderGi/PCB-OBB with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use SanderGi/PCB-OBB with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("SanderGi/PCB-OBB") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,6 +14,9 @@ model-index:
|
|
| 14 |
- type: f1
|
| 15 |
value: 93.8%
|
| 16 |
name: F1 Score
|
|
|
|
|
|
|
|
|
|
| 17 |
metrics:
|
| 18 |
- f1 - 93.8%
|
| 19 |
- mAP50 - 93.0%
|
|
|
|
| 14 |
- type: f1
|
| 15 |
value: 93.8%
|
| 16 |
name: F1 Score
|
| 17 |
+
- type: mAP50
|
| 18 |
+
value: 93.0%
|
| 19 |
+
name: mAP50
|
| 20 |
metrics:
|
| 21 |
- f1 - 93.8%
|
| 22 |
- mAP50 - 93.0%
|