Object Detection
ultralytics
medical
biology
dermatology
skin-disease
yolo11
vision
healthcare
transfer-learning
Eval Results (legacy)
Instructions to use arkito/VeritaDerm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use arkito/VeritaDerm 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/VeritaDerm") 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
|
@@ -57,7 +57,7 @@ The model achieved the following results on the validation set after rigorous tr
|
|
| 57 |
| **Recall** | **81.8%** |
|
| 58 |
| **Inference Speed** | **~4.7ms** (on RTX A6000) |
|
| 59 |
|
| 60 |
-

|
| 61 |
|
| 62 |
## 🧬 Supported Classes (8)
|
| 63 |
The model is trained to identify the following categories:
|