Datasets:
Tasks:
Object Detection
Modalities:
Image
Formats:
imagefolder
Sub-tasks:
vehicle-detection
Languages:
Undetermined
Size:
1K - 10K
License:
Add link to paper
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,9 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
| 4 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
-
|
| 7 |
- computer-vision
|
| 8 |
- object-detection
|
| 9 |
- traffic
|
|
@@ -13,69 +22,51 @@ tags:
|
|
| 13 |
- bengaluru
|
| 14 |
- urban
|
| 15 |
- intelligent-transportation-systems
|
| 16 |
-
task_categories:
|
| 17 |
-
- object-detection
|
| 18 |
-
task_ids:
|
| 19 |
-
- vehicle-detection
|
| 20 |
-
language:
|
| 21 |
-
- und
|
| 22 |
-
annotations_creators:
|
| 23 |
-
- crowd-sourced
|
| 24 |
-
source_datasets: []
|
| 25 |
-
size_categories:
|
| 26 |
-
- 10K<n<100K
|
| 27 |
-
|
| 28 |
dataset_info:
|
| 29 |
features:
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
splits:
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
configs:
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
---
|
| 69 |
|
| 70 |
-
|
| 71 |
-
|
| 72 |
# BMD-45: Bengaluru Mobility Dataset
|
| 73 |
|
| 74 |
**A large-scale CCTV vehicle detection benchmark for Indian urban traffic**
|
| 75 |
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
|
| 80 |
---
|
| 81 |
|
|
@@ -103,7 +94,7 @@ The dataset captures dense, heterogeneous, and unstructured traffic characterist
|
|
| 103 |
|
| 104 |
## Attribution
|
| 105 |
|
| 106 |
-
More technical details about the dataset and models are available in
|
| 107 |
If you use these datasets or models, kindly cite the following:
|
| 108 |
|
| 109 |
```bibtex
|
|
|
|
| 1 |
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- crowd-sourced
|
| 4 |
+
language:
|
| 5 |
+
- und
|
| 6 |
license: cc-by-4.0
|
| 7 |
+
size_categories:
|
| 8 |
+
- 10K<n<100K
|
| 9 |
+
source_datasets: []
|
| 10 |
+
task_categories:
|
| 11 |
+
- object-detection
|
| 12 |
+
task_ids:
|
| 13 |
+
- vehicle-detection
|
| 14 |
+
pretty_name: BMD-45 (Bengaluru Mobility Dataset)
|
| 15 |
tags:
|
|
|
|
| 16 |
- computer-vision
|
| 17 |
- object-detection
|
| 18 |
- traffic
|
|
|
|
| 22 |
- bengaluru
|
| 23 |
- urban
|
| 24 |
- intelligent-transportation-systems
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
dataset_info:
|
| 26 |
features:
|
| 27 |
+
- name: image
|
| 28 |
+
dtype: image
|
| 29 |
+
- name: objects
|
| 30 |
+
sequence:
|
| 31 |
+
- name: bbox
|
| 32 |
+
sequence: float32
|
| 33 |
+
- name: categories
|
| 34 |
+
dtype:
|
| 35 |
+
class_label:
|
| 36 |
+
names:
|
| 37 |
+
- Hatchback
|
| 38 |
+
- Sedan
|
| 39 |
+
- SUV
|
| 40 |
+
- MUV
|
| 41 |
+
- Bus
|
| 42 |
+
- Truck
|
| 43 |
+
- Three-wheeler
|
| 44 |
+
- Two-wheeler
|
| 45 |
+
- LCV
|
| 46 |
+
- Mini-bus
|
| 47 |
+
- Tempo-traveller
|
| 48 |
+
- Bicycle
|
| 49 |
+
- Van
|
| 50 |
+
- Other
|
| 51 |
splits:
|
| 52 |
+
- name: train
|
| 53 |
+
num_examples: 35792
|
| 54 |
+
- name: val
|
| 55 |
+
num_examples: 10194
|
|
|
|
| 56 |
configs:
|
| 57 |
+
- config_name: default
|
| 58 |
+
data_files:
|
| 59 |
+
- split: train
|
| 60 |
+
path: BMD-45-Train/**
|
| 61 |
+
- split: val
|
| 62 |
+
path: BMD-45-Val/**
|
|
|
|
| 63 |
---
|
| 64 |
|
|
|
|
|
|
|
| 65 |
# BMD-45: Bengaluru Mobility Dataset
|
| 66 |
|
| 67 |
**A large-scale CCTV vehicle detection benchmark for Indian urban traffic**
|
| 68 |
|
| 69 |
+
This is the official dataset for the paper [BMD-45: A Large-Scale CCTV Vehicle Detection Dataset for Urban Traffic in Developing Cities](https://huggingface.co/papers/2604.24419).
|
|
|
|
|
|
|
| 70 |
|
| 71 |
---
|
| 72 |
|
|
|
|
| 94 |
|
| 95 |
## Attribution
|
| 96 |
|
| 97 |
+
More technical details about the dataset and models are available in the [paper](https://huggingface.co/papers/2604.24419).
|
| 98 |
If you use these datasets or models, kindly cite the following:
|
| 99 |
|
| 100 |
```bibtex
|