Add link to paper

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +48 -57
README.md CHANGED
@@ -1,9 +1,18 @@
1
  ---
2
-
3
- pretty_name: BMD-45 (Bengaluru Mobility Dataset)
 
 
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
- - name: image
31
- dtype: image
32
- - name: objects
33
- sequence:
34
- - name: bbox
35
- sequence: float32
36
- - name: categories
37
- dtype:
38
- class_label:
39
- names:
40
- - Hatchback
41
- - Sedan
42
- - SUV
43
- - MUV
44
- - Bus
45
- - Truck
46
- - Three-wheeler
47
- - Two-wheeler
48
- - LCV
49
- - Mini-bus
50
- - Tempo-traveller
51
- - Bicycle
52
- - Van
53
- - Other
54
  splits:
55
- - name: train
56
- num_examples: 35792
57
- - name: val
58
- num_examples: 10194
59
-
60
  configs:
61
- - config_name: default
62
- data_files:
63
- - split: train
64
- path: "BMD-45-Train/**"
65
- - split: val
66
- path: "BMD-45-Val/**"
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 our Technical Report.
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