Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)
from ultralyticsplus import YOLO, postprocess_classify_output

# load model
model = YOLO('Revrse/icon-labelling')


# set image
image = 'test/155.png'

# perform inference
prediction = model(image)

# observe results
print(prediction[0].names[prediction[0].probs.top1])
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference API
Unable to determine this model's library. Check the docs .