crowd-detection / config.json
vagheshpatel's picture
Sync crowd-detection from metro-analytics-catalog
b9ab682 verified
Raw
History Blame Contribute Delete
576 Bytes
{
"model_type": "crowd-detection",
"library_name": "openvino",
"pipeline_tag": "object-detection",
"category": "Object Detection (Crowd / Person Counting)",
"base_model": "YOLO26 (Ultralytics)",
"source_framework": "PyTorch (Ultralytics)",
"supported_precisions": [
"FP32",
"FP16",
"INT8"
],
"inference_engine": "OpenVINO",
"hardware": [
"CPU",
"GPU",
"NPU"
],
"detected_classes": "`person` (COCO class 0)",
"hf_repo_id": "Intel/crowd-detection",
"description": "Crowd detection use case using YOLO26 for person counting"
}