CoolFace
Modelpublic

Intel/vehicle-entry-exit-logging

sourceHugging Facemitupdated 16d agoView on Hugging Face
0likes28downloads
config.json23 linesDownload Raw Back to root
1{2  "model_type": "vehicle-entry-exit-logging",3  "library_name": "openvino",4  "pipeline_tag": "object-detection",5  "category": "Object Detection + Tracking + Line Crossing",6  "base_model": "YOLO26 (Ultralytics)",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": "`car` (2), `motorcycle` (3), `bus` (5), `truck` (7)",20  "hf_repo_id": "Intel/vehicle-entry-exit-logging",21  "description": "Vehicle entry/exit logging use case using YOLO26 vehicle detection with BoT-SORT tracking and virtual line-crossing to log directional entry and exit events"22}23