Instructions to use SanderGi/PCB-SEG with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use SanderGi/PCB-SEG 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-SEG") 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
|
@@ -51,7 +51,7 @@ Test | 99.7% | 100% | 99.8% | 99.5% | 95.6%
|
|
| 51 |
Sample predictions:
|
| 52 |

|
| 53 |
|
| 54 |
-
### Object Detection
|
| 55 |
|
| 56 |
Dataset | Precision | Recall | F1 Score | mAP50 | mAP50-95
|
| 57 |
-----------|-----------|--------|----------|-------|---------
|
|
|
|
| 51 |
Sample predictions:
|
| 52 |

|
| 53 |
|
| 54 |
+
### Object Detection
|
| 55 |
|
| 56 |
Dataset | Precision | Recall | F1 Score | mAP50 | mAP50-95
|
| 57 |
-----------|-----------|--------|----------|-------|---------
|