File size: 723 Bytes
8702645 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"model_type": "object-classification",
"library_name": "openvino",
"pipeline_tag": "object-detection",
"category": "Object Classification (Traffic Categorization: People / Vehicles)",
"base_model": "YOLO26 (Ultralytics)",
"source_framework": "PyTorch (Ultralytics)",
"supported_precisions": [
"FP32",
"FP16",
"INT8"
],
"inference_engine": "OpenVINO",
"hardware": [
"CPU",
"GPU",
"NPU"
],
"detected_classes": "`person` and vehicle classes grouped into `People` and `Vehicles`",
"hf_repo_id": "Intel/object-classification",
"description": "Object classification use case using YOLO26 to categorize detections into People and Vehicles for traffic situational awareness"
}
|