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
|
@@ -2,7 +2,6 @@
|
|
| 2 |
license: mit
|
| 3 |
base_model:
|
| 4 |
- Ultralytics/YOLO11
|
| 5 |
-
pipeline_tag: object-detection
|
| 6 |
tags:
|
| 7 |
- printed-circuit-boards
|
| 8 |
library_name: ultralytics
|
|
@@ -12,9 +11,9 @@ model-index:
|
|
| 12 |
- task:
|
| 13 |
type: object-detection
|
| 14 |
metrics:
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
metrics:
|
| 19 |
- f1 - 93.8%
|
| 20 |
- mAP50 - 93.0%
|
|
|
|
| 2 |
license: mit
|
| 3 |
base_model:
|
| 4 |
- Ultralytics/YOLO11
|
|
|
|
| 5 |
tags:
|
| 6 |
- printed-circuit-boards
|
| 7 |
library_name: ultralytics
|
|
|
|
| 11 |
- task:
|
| 12 |
type: object-detection
|
| 13 |
metrics:
|
| 14 |
+
- type: f1
|
| 15 |
+
value: 93.8%
|
| 16 |
+
name: F1 Score
|
| 17 |
metrics:
|
| 18 |
- f1 - 93.8%
|
| 19 |
- mAP50 - 93.0%
|