Views
No views yet
1from ultralytics import YOLO
2
3model = YOLO('cidrovo/ETIQUETA_TAPA_MANGA/best.pt')
4results = model('tu_imagen.jpg')
5results[0].show()pip install ultralytics1curl -X POST https://api-inference.huggingface.co/models/cidrovo/ETIQUETA_TAPA_MANGA \
2 -H 'Authorization: Bearer TU_TOKEN' \
3 -F 'file=@imagen.jpg'