Instructions to use SamTheCoder777/Card_Detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use SamTheCoder777/Card_Detector with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("SamTheCoder777/Card_Detector") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
YOLOv8n-seg (ONNX)
ONNX export of Ultralytics' yolov8n-seg.pt, used for instance segmentation.
License
This model is a derivative of YOLOv8 by Ultralytics, licensed under AGPL-3.0.
Source
- Base model:
yolov8n-seg.pt(Ultralytics) - Format: ONNX
Citation
@software{yolov8_ultralytics,
author = {Glenn Jocher and Ayush Chaurasia and Jing Qiu},
title = {Ultralytics YOLOv8},
version = {8.0.0},
year = {2023},
url = {https://github.com/ultralytics/ultralytics},
orcid = {0000-0001-5950-6979, 0000-0002-7603-6750, 0000-0003-3783-7069},
license = {AGPL-3.0}
}
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for SamTheCoder777/Card_Detector
Base model
Ultralytics/YOLOv8