joonhaim/hinged-state-classifier-crops
Viewer • Updated • 1.51k • 16 • 1
How to use joonhaim/hinged-state-classifier-yolo26s-cls with ultralytics:
# Couldn't find a valid YOLO version tag.
# Replace XX with the correct version.
from ultralytics import YOLOvXX
model = YOLOvXX.from_pretrained("joonhaim/hinged-state-classifier-yolo26s-cls")
source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
model.predict(source=source, save=True)YOLO26s classification model for surgical instrument state recognition.
Binary classification of hinged surgical instrument state:
best.ptlr0): 0.01Trained on:
joonhaim/hinged-state-classifier-cropsThis is a custom Ultralytics YOLO classification checkpoint for classifying the state of hinged surgical instruments from cropped images.
The class order must match the order used during training.