Instructions to use albitro/phoenix_detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use albitro/phoenix_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("albitro/phoenix_detection") 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: 2 | |
| names: ['fire', 'person'] | |
| roboflow: | |
| workspace: -ssifa | |
| project: it-t82tu | |
| version: 1 | |
| license: CC BY 4.0 | |
| url: https://universe.roboflow.com/-ssifa/it-t82tu/dataset/1 | |