--- license: apache-2.0 extra_gated_prompt: >- ### VehicleNet-Y26 License & Usage Terms VehicleNet-Y26m is a vehicle detection model released under the Apache License, Version 2.0. Access to this model is permitted only to individuals of legal age who have the authority to accept and comply with the license terms in their jurisdiction. By accessing, downloading, or using VehicleNet-Y26, you confirm that: 1. You meet the legal age requirements applicable in your country. 2. You have the authority to accept this agreement. 3. You agree to use the model in compliance with the Apache-2.0 license and all applicable laws and regulations. VehicleNet is provided as-is, without warranties of any kind, express or implied. The authors make no guarantees regarding accuracy, reliability, fitness for a particular purpose, or suitability for deployment in safety-critical or regulated environments. You are solely responsible for how the model and its outputs are used. Any misuse, unlawful application, or deployment without proper validation is strictly discouraged. If you do not agree to these terms or lack the authority to accept them, do not use this model. extra_gated_fields: First Name: text Last Name: text Country: country Job title: type: select options: - Undergraduate Student - Research Graduate - AI researcher - AI developer/engineer - Other geo: ip_location By submitting an access request, I acknowledge & accept these conditions: checkbox extra_gated_button_content: Submit datasets: - iisc-aim/UVH-26 language: - en metrics: - confusion_matrix library_name: ultralytics base_model: - Ultralytics/YOLO26 pipeline_tag: object-detection tags: - indian-traffic - inference-efficiency - multi-vehicle-detection - ultralytics - edge-computing --- # VehicleNet-Y26m License Model mAP **VehicleNet-Y26m** is another multi-class vehicle detection model designed for fine-grained vehicle type recognition in real-world traffic scenes. The model is trained on **`UVH-26-MV Dataset`** released by IISc Banaglore. The dataset is based on Indian traffic which is highly challenging, dense and heterogeneous. It contains 14 vehicle categories such as hatchback, sedan, SUV, MUV, two-wheelers, three-wheelers, buses, trucks, and commercial vehicles. This `m` variant is designed for speed and inferences on low-latency devices, offering significant speed and accuracy. This model is finetuned on `YOLO26m`:[arXiv](https://arxiv.org/html/2509.25164v3) model by **`Ultralytics`** using **`UVH-26-MV Dataset`**. ## Model Overview and Parameters - Pretrained_weights: YOLO26m - Number of Classes: 14 - Layers: 132 layers - Parameters(M): 20,360,246 parameters, 0 gradients - GFLOPs: 67.9 - Input Resolution: 640 × 640 - Training Epochs: Up to 60 (early stopping applied, patience=5), best model at: 35/60 - Batch Size: 48 - Hardware: Dual NVIDIA Tesla T4 GPUs - Framework: Ultralytics YOLO (PyTorch) ## Performance Summary - `mAP@50`: 0.74967 - `mAP@50:95`: 0.6685 - `Precision`: 0.70126 - `Recall`: 0.71083 ![image](https://cdn-uploads.huggingface.co/production/uploads/66c6048d0bf40704e4159a23/UIkHnsR1O6IM-54SQ7skL.png) ## Per-class mAP@50:95 ![image](https://cdn-uploads.huggingface.co/production/uploads/66c6048d0bf40704e4159a23/SF0CSUqMLc1BfFX3QWxTH.png) The model showed strong detection performance for structurally distinct vehicle categories such as two-wheelers, three-wheelers, buses, and trucks. Fine-grained car subclasses (hatchback, sedan, SUV, MUV) exhibit expected inter-class confusion/challenge due to visual similarity and viewpoint overlap, as reflected in the confusion matrix. ![image](https://cdn-uploads.huggingface.co/production/uploads/66c6048d0bf40704e4159a23/y8JQ7yzbm4VZbNuwcVQ3w.png) ## Intended Use The model is suitable for: - Edge device computation - Traffic surveillance and analytics - Academic research and benchmarking ## License This model is released under the `Apache License 2.0`.