Instructions to use Ashgibbs/Cosmetic_Defect_Detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use Ashgibbs/Cosmetic_Defect_Detection with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("Ashgibbs/Cosmetic_Defect_Detection") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload results.png with huggingface_hub
Browse files- .gitattributes +1 -0
- results.png +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ v3_detection_model/val_batch1_labels.jpg filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
v3_detection_model/val_batch1_pred.jpg filter=lfs diff=lfs merge=lfs -text
|
| 59 |
v3_detection_model/val_batch2_labels.jpg filter=lfs diff=lfs merge=lfs -text
|
| 60 |
v3_detection_model/val_batch2_pred.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
v3_detection_model/val_batch1_pred.jpg filter=lfs diff=lfs merge=lfs -text
|
| 59 |
v3_detection_model/val_batch2_labels.jpg filter=lfs diff=lfs merge=lfs -text
|
| 60 |
v3_detection_model/val_batch2_pred.jpg filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
results.png filter=lfs diff=lfs merge=lfs -text
|
results.png
ADDED
|
Git LFS Details
|