Instructions to use arkito/VeritaScan with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use arkito/VeritaScan with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("arkito/VeritaScan") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ metrics:
|
|
| 15 |
- recall
|
| 16 |
model_name: VeritaMilitary
|
| 17 |
base_model:
|
| 18 |
-
- Ultralytics/
|
| 19 |
base_model_relation: finetune
|
| 20 |
---
|
| 21 |
|
|
|
|
| 15 |
- recall
|
| 16 |
model_name: VeritaMilitary
|
| 17 |
base_model:
|
| 18 |
+
- Ultralytics/YOLO26
|
| 19 |
base_model_relation: finetune
|
| 20 |
---
|
| 21 |
|