Instructions to use gtfintechlab/ipomine-yolov8-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use gtfintechlab/ipomine-yolov8-classifier with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("gtfintechlab/ipomine-yolov8-classifier") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload ipomine-yolov8-classifier.pt with huggingface_hub
Browse files
ipomine-yolov8-classifier.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9732c3dcca3ab2a6285915bed1693d2bdf3f940980723a181fe58cb7b6adc15
|
| 3 |
+
size 10266568
|