object-detection / config.json
vagheshpatel's picture
Sync object-detection from metro-analytics-catalog
35c04ff verified
Raw
History Blame Contribute Delete
599 Bytes
{
"model_type": "object-detection",
"library_name": "openvino",
"pipeline_tag": "object-detection",
"category": "General Object Detection (80-class COCO)",
"base_model": "YOLO26 (Ultralytics)",
"source_framework": "PyTorch (Ultralytics)",
"supported_precisions": [
"FP32",
"FP16",
"INT8"
],
"inference_engine": "OpenVINO",
"hardware": [
"CPU",
"GPU",
"NPU"
],
"detected_classes": "All 80 COCO classes",
"hf_repo_id": "Intel/object-detection",
"description": "General-purpose object detection use case using YOLO26 INT8 with all 80 COCO classes"
}