Image Segmentation
ultralytics
ONNX
yolo
yolo26
instance-segmentation
steel-defect-detection
manufacturing-quality-inspection
Instructions to use steven0226/steel-defect-segmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use steven0226/steel-defect-segmentation with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("steven0226/steel-defect-segmentation") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Clarify Space deployment status
Browse files
README.md
CHANGED
|
@@ -21,7 +21,7 @@ Kaggle dataset.
|
|
| 21 |
Full training/evaluation pipeline, conversion scripts, and a Gradio demo are in
|
| 22 |
the source repo: **source repository publication pending
|
| 23 |
|
| 24 |
-
Try it live: **
|
| 25 |
|
| 26 |
## Why this matters for steel / manufacturing quality inspection
|
| 27 |
|
|
|
|
| 21 |
Full training/evaluation pipeline, conversion scripts, and a Gradio demo are in
|
| 22 |
the source repo: **source repository publication pending
|
| 23 |
|
| 24 |
+
Try it live: **Space deployment pending**
|
| 25 |
|
| 26 |
## Why this matters for steel / manufacturing quality inspection
|
| 27 |
|