object-counting / config.json
vagheshpatel's picture
Sync object-counting from metro-analytics-catalog
826f77b verified
Raw
History Blame Contribute Delete
643 Bytes
{
"model_type": "object-counting",
"library_name": "openvino",
"pipeline_tag": "object-detection",
"category": "Object Detection + Counting (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 (counted per class)",
"hf_repo_id": "Intel/object-counting",
"description": "Object counting use case using YOLO26 INT8 to detect and report per-class counts across all 80 COCO classes"
}