CoolFace
Modelpublic

Intel/motion-tracking

sourceHugging Facemitupdated 12d agoView on Hugging Face
5likes20downloads
config.json23 linesDownload Raw Back to root
1{2  "model_type": "motion-tracking",3  "library_name": "openvino",4  "pipeline_tag": "object-detection",5  "category": "Object Detection + Multi-Object Tracking",6  "base_model": "YOLO26 (Ultralytics) + DLStreamer `gvatrack` (Kalman filter tracker)",7  "source_framework": "PyTorch (Ultralytics)",8  "supported_precisions": [9    "FP32",10    "FP16",11    "INT8"12  ],13  "inference_engine": "OpenVINO",14  "hardware": [15    "CPU",16    "GPU",17    "NPU"18  ],19  "detected_classes": "Configurable (default: all 80 COCO classes)",20  "hf_repo_id": "Intel/motion-tracking",21  "description": "Multi-object motion tracking using YOLO26 INT8 with BoT-SORT tracker"22}23