Subh775 commited on
Commit
1ec1f5e
·
verified ·
1 Parent(s): fe8a798

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +156 -0
README.md ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ extra_gated_prompt: >-
4
+
5
+ ### VehicleNet-Y26 — Model Access Agreement
6
+
7
+ **VehicleNet-RFDETR-n8** is a multi-vehicle detection model released under the
8
+ Apache License, Version 2.0. Access to this model is granted exclusively to
9
+ individuals who meet the legal age requirements of their jurisdiction and possess
10
+ the authority to accept and comply with the terms set forth herein.
11
+
12
+ By requesting access, downloading, or using VehicleNet-RFDETR-n8 in any capacity,
13
+ you represent and warrant that:
14
+
15
+ 1. You satisfy the minimum legal age requirements applicable in your country or region.
16
+ 2. You are duly authorized to enter into and be bound by this agreement.
17
+ 3. You will use this model strictly in accordance with the Apache License 2.0 and all
18
+ applicable local, national, and international laws and regulations.
19
+
20
+ **Disclaimer of Warranties:** VehicleNet-RFDETR-n8 is provided "as-is," without
21
+ warranties of any kind, whether express or implied, including but not limited to
22
+ warranties of accuracy, reliability, fitness for a particular purpose, or suitability
23
+ for deployment in safety-critical or regulated environments. The authors and affiliated
24
+ institutions assume no liability for any direct, indirect, incidental, or consequential
25
+ damages arising from the use or misuse of this model.
26
+
27
+ **User Responsibility:** You bear sole responsibility for all use of this model and its
28
+ outputs. Deployment in production systems, safety-critical applications, or any context
29
+ without adequate validation and human oversight is strongly discouraged. Any unlawful,
30
+ unethical, or unauthorized application of this model is strictly prohibited.
31
+
32
+ If you do not agree to these terms, or if you lack the authority to accept them,
33
+ you must refrain from accessing or using this model.
34
+
35
+ extra_gated_fields:
36
+ First Name: text
37
+ Last Name: text
38
+ Country: country
39
+ Job title:
40
+ type: select
41
+ options:
42
+ - Undergraduate Student
43
+ - Research Graduate
44
+ - AI Researcher
45
+ - AI Developer / Engineer
46
+ - Other
47
+ geo: ip_location
48
+ By submitting an access request, I acknowledge and accept the terms above: checkbox
49
+ extra_gated_button_content: Submit Access Request
50
+
51
+ datasets:
52
+ - iisc-aim/UVH-26
53
+ language:
54
+ - en
55
+ metrics:
56
+ - confusion_matrix
57
+ - accuracy
58
+ - precision
59
+ - recall
60
+ - f1
61
+ base_model:
62
+ - qualcomm/RF-DETR
63
+ pipeline_tag: object-detection
64
+ tags:
65
+ - indian-traffic
66
+ - inference-efficiency
67
+ - multi-vehicle-detection
68
+ - gpu-hungry
69
+ - roboflow
70
+ ---
71
+
72
+ # VehicleNet-RFDETR-n8
73
+
74
+ <a href="https://www.apache.org/licenses/LICENSE-2.0">
75
+ <img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" alt="Apache 2.0 License">
76
+ </a>
77
+ <a href="https://github.com/ultralytics/ultralytics">
78
+ <img src="https://img.shields.io/badge/YOLO26-s-blue?logo=ultralytics&logoColor=white" alt="YOLO26-s">
79
+ </a>
80
+ <a href="#performance-metrics">
81
+ <img src="https://img.shields.io/badge/mAP%4050:95-0.53883-darkgreen?style=flat" alt="mAP@50:95">
82
+ </a>
83
+
84
+ ---
85
+
86
+ ## Overview
87
+
88
+ **VehicleNet-RFDETR-n8** is a multi-class vehicle detection model designed for fine-grained vehicle type recognition in real-world traffic scenes. It is fine-tuned on the **UVH-26-MV Dataset**, curated and released by the **Indian Institute of Science (IISc), Bangalore**, which captures the highly complex, dense, and heterogeneous nature of Indian road traffic.
89
+
90
+ The model recognizes **14 vehicle categories**, including hatchbacks, sedans, SUVs, MUVs, two-wheelers, three-wheelers, buses, trucks, and a range of commercial vehicle types. This **nano variant** is optimized for low-latency inference, balancing speed and accuracy for deployment on resource-constrained hardware.
91
+
92
+ The model is fine-tuned on the **RFDETRNano** architecture ([arXiv: 2511.09554](https://arxiv.org/pdf/2511.09554)) by Roboflow, using `rfdetr` version 1.6.1.
93
+
94
+ ---
95
+
96
+ ## Model Specifications
97
+
98
+ | Parameter | Value |
99
+ |-----------------------------|------------------------------|
100
+ | Base Architecture | RFDETRNano |
101
+ | Number of Classes | 14 |
102
+ | Total Layers | - |
103
+ | Parameters | 30.5 M |
104
+ | GFLOPs | - |
105
+ | Input Resolution | 384 × 384 |
106
+ | Training Epochs | 8 |
107
+ | Batch Size | 4 |
108
+ | Gradient Accumulation Steps | 2 |
109
+ | Effective Batch Size | 16 *(batch × grad_accum × GPUs)* |
110
+ | Training Hardware | Dual NVIDIA Tesla T4 GPUs |
111
+ | Framework | Roboflow (PyTorch) |
112
+ | Pretrained Weights | RFDETRNano (Roboflow) |
113
+
114
+ ---
115
+
116
+ ## Performance Metrics
117
+
118
+ | Metric | Value |
119
+ |--------------|---------|
120
+ | mAP@50 | 0.66771 |
121
+ | mAP@50:95 | 0.53883 |
122
+ | mAP@75 | 0.59782 |
123
+ | Precision | 0.66409 |
124
+ | Recall | 0.63997 |
125
+
126
+ ### Training Curves
127
+
128
+ ![Training_Curves](https://cdn-uploads.huggingface.co/production/uploads/66c6048d0bf40704e4159a23/8aJZt0i9-xCmbHqFM32Mn.png)
129
+
130
+ ---
131
+
132
+ ## Intended Use
133
+
134
+ VehicleNet-RFDETR-n8 is suitable for the following applications:
135
+
136
+ - **Traffic Surveillance & Analytics** — Automated vehicle classification in urban and highway environments.
137
+ - **Edge Device Deployment** — Optimized for low-latency inference on constrained hardware.
138
+ - **Academic Research & Benchmarking** — Evaluation of fine-grained vehicle detection in heterogeneous traffic conditions, particularly on Indian road datasets.
139
+
140
+ ### Out-of-Scope Use
141
+
142
+ - Deployment in safety-critical systems without independent validation.
143
+ - Surveillance applications that violate individual privacy rights or applicable regulations.
144
+ - Any use case inconsistent with the Apache License 2.0 terms.
145
+
146
+ ---
147
+
148
+ ## Citation
149
+
150
+ If you use this model or the UVH-26-MV dataset in your research, please cite the respective dataset and model sources appropriately.
151
+
152
+ ---
153
+
154
+ ## License
155
+
156
+ This model is released under the **[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)**. You are free to use, modify, and distribute this model subject to the terms of the license. See the `LICENSE` file for full details.