YOLOv11s โ Gecko & Towel Detector
This model is a fine-tuned YOLOv11s checkpoint trained to detect two custom classes:
Training
- Base model: YOLOv11s
- Dataset: Custom Roboflow dataset
- Fine-tuned with reduced learning rate
Usage
from ultralytics import YOLO
model = YOLO("best.pt")