Instructions to use rarfileexe/Football-Referee-Card-Detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use rarfileexe/Football-Referee-Card-Detector with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("rarfileexe/Football-Referee-Card-Detector") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
| train: ../train/images | |
| val: ../valid/images | |
| test: ../test/images | |
| nc: 3 | |
| names: ['Green Card', 'Red Card', 'Yellow Card'] | |
| roboflow: | |
| workspace: neural-network-ep0gh | |
| project: card_detection-fuysv | |
| version: 1 | |
| license: CC BY 4.0 | |
| url: https://universe.roboflow.com/neural-network-ep0gh/card_detection-fuysv/dataset/1 |