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
|
@@ -35,7 +35,7 @@ The model was trained for **100 epochs**, achieving a solid balance between spee
|
|
| 35 |
|
| 36 |
| Metric | Value |
|
| 37 |
| :--- | :--- |
|
| 38 |
-
| **
|
| 39 |
| **Precision** | **96.2%** |
|
| 40 |
| **Recall** | **98.6%** |
|
| 41 |
|
|
|
|
| 35 |
|
| 36 |
| Metric | Value |
|
| 37 |
| :--- | :--- |
|
| 38 |
+
| **mAP@.5-.95** | **88.7%** |
|
| 39 |
| **Precision** | **96.2%** |
|
| 40 |
| **Recall** | **98.6%** |
|
| 41 |
|