harpreetsahota commited on
Commit
c8abb22
·
verified ·
1 Parent(s): 8754148

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -134
README.md CHANGED
@@ -58,167 +58,81 @@ dataset_summary: '
58
  '
59
  ---
60
 
61
- # Dataset Card for car_dd
62
 
63
- <!-- Provide a quick summary of the dataset. -->
64
 
 
65
 
 
66
 
 
67
 
 
68
 
69
- This is a [FiftyOne](https://github.com/voxel51/fiftyone) dataset with 2816 samples.
70
 
71
- ## Installation
72
 
73
- If you haven't already, install FiftyOne:
74
 
75
- ```bash
76
- pip install -U fiftyone
77
- ```
78
 
79
- ## Usage
80
 
81
- ```python
82
- import fiftyone as fo
83
- from fiftyone.utils.huggingface import load_from_hub
84
 
85
- # Load the dataset
86
- # Note: other available arguments include 'max_samples', etc
87
- dataset = load_from_hub("harpreetsahota/CarDD")
88
 
89
- # Launch the App
90
- session = fo.launch_app(dataset)
91
- ```
92
 
 
93
 
94
- ## Dataset Details
95
 
96
- ### Dataset Description
97
 
98
- <!-- Provide a longer summary of what this dataset is. -->
99
 
 
100
 
 
101
 
102
- - **Curated by:** [More Information Needed]
103
- - **Funded by [optional]:** [More Information Needed]
104
- - **Shared by [optional]:** [More Information Needed]
105
- - **Language(s) (NLP):** en
106
- - **License:** [More Information Needed]
107
 
108
- ### Dataset Sources [optional]
109
 
110
- <!-- Provide the basic links for the dataset. -->
111
 
112
- - **Repository:** [More Information Needed]
113
- - **Paper [optional]:** [More Information Needed]
114
- - **Demo [optional]:** [More Information Needed]
 
 
115
 
116
- ## Uses
117
 
118
- <!-- Address questions around how the dataset is intended to be used. -->
 
 
 
 
119
 
120
- ### Direct Use
121
 
122
- <!-- This section describes suitable use cases for the dataset. -->
 
123
 
124
- [More Information Needed]
125
 
126
- ### Out-of-Scope Use
127
 
128
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
129
-
130
- [More Information Needed]
131
-
132
- ## Dataset Structure
133
-
134
- <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
135
-
136
- [More Information Needed]
137
-
138
- ## Dataset Creation
139
-
140
- ### Curation Rationale
141
-
142
- <!-- Motivation for the creation of this dataset. -->
143
-
144
- [More Information Needed]
145
-
146
- ### Source Data
147
-
148
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
149
-
150
- #### Data Collection and Processing
151
-
152
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
153
-
154
- [More Information Needed]
155
-
156
- #### Who are the source data producers?
157
-
158
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
159
-
160
- [More Information Needed]
161
-
162
- ### Annotations [optional]
163
-
164
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
165
-
166
- #### Annotation process
167
-
168
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
169
-
170
- [More Information Needed]
171
-
172
- #### Who are the annotators?
173
-
174
- <!-- This section describes the people or systems who created the annotations. -->
175
-
176
- [More Information Needed]
177
-
178
- #### Personal and Sensitive Information
179
-
180
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
181
-
182
- [More Information Needed]
183
-
184
- ## Bias, Risks, and Limitations
185
-
186
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
187
-
188
- [More Information Needed]
189
-
190
- ### Recommendations
191
-
192
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
193
-
194
- Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
195
-
196
- ## Citation [optional]
197
-
198
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
199
-
200
- **BibTeX:**
201
-
202
- [More Information Needed]
203
-
204
- **APA:**
205
-
206
- [More Information Needed]
207
-
208
- ## Glossary [optional]
209
-
210
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
211
-
212
- [More Information Needed]
213
-
214
- ## More Information [optional]
215
-
216
- [More Information Needed]
217
-
218
- ## Dataset Card Authors [optional]
219
-
220
- [More Information Needed]
221
-
222
- ## Dataset Card Contact
223
-
224
- [More Information Needed]
 
58
  '
59
  ---
60
 
61
+ # 🚘 CarDD Dataset
62
 
63
+ CarDD is a novel, public, large-scale dataset specifically designed for vision-based car damage detection and segmentation.
64
 
65
+ The dataset contains **4,000 high-resolution car damage images** with over **9,000 well-annotated instances**, making it the largest public dataset of its kind.
66
 
67
+ The high resolution of the images (average 684,231 pixels) is a key advantage over existing datasets that have a much lower average resolution (50,334 pixels). Higher resolution allows for more detailed annotations and the potential to detect finer damages.
68
 
69
+ ### CarDD Dataset Overview and Features
70
 
71
+ CarDD features **six common external car damage categories**, chosen based on frequency of occurrence and clear definitions from insurance claim statistics.
72
 
73
+ 1. Dent
74
 
75
+ 2. Scratch
76
 
77
+ 3. Crack
78
 
79
+ 4. Glass shatter
 
 
80
 
81
+ 5. Tire flat
82
 
83
+ 6. Lamp broken
 
 
84
 
85
+ ### Annotation process
86
+ The **annotation process** involved experts from the car insurance industry and trained annotators following specific guidelines based on insurance claim standards.
 
87
 
88
+ These guidelines address challenges like
 
 
89
 
90
+ • mixed damages (priority rules)
91
 
92
+ damages across components (boundary splitting)
93
 
94
+ adjacent same-class damages (boundary merging).
95
 
96
+ For object detection and instance segmentation, the annotations include **masks and bounding boxes** associated with each of the six damage types.
97
 
98
+ Each instance has a unique ID, category information, mask contours, and bounding box coordinates, following the COCO dataset format.
99
 
100
+ For SOD, pixel-level binary ground truth maps are provided.
101
 
102
+ ### Dataset splits
103
+ The dataset is split into **training (70.4%), validation (20.25%), and test (9.35%) sets**, maintaining a consistent ratio of instances for each category across the splits.
 
 
 
104
 
105
+ Near-duplicate images were explicitly removed to prevent data leakage.
106
 
107
+ ### Uses
108
 
109
+ The dataset provides **comprehensive annotations for multiple computer vision tasks**, including:
110
+ * **Classification:** Identifying the type of damage.
111
+ * **Object Detection:** Locating the damaged regions with bounding boxes.
112
+ * **Instance Segmentation:** Precisely outlining the damaged areas with pixel-level masks.
113
+ * **Salient Object Detection (SOD):** Identifying the damaged regions as salient objects through binary maps.
114
 
 
115
 
116
+ CarDD presents several **challenges** for model development due to the nature of car damage:
117
+ * **Fine-grained distinctions** between damage types like dents and scratches.
118
+ * **Diversity in object scales and shapes** of the damages.
119
+ * A **significant proportion of small objects**, particularly for dent, scratch, and crack categories.
120
+ * The fact that damages like **dent, scratch, and crack can be intertwined and visually similar**.
121
 
 
122
 
123
+ #### Availability
124
+ The CarDD dataset is **publicly available** at https://cardd-ustc.github.io. However, access requires agreeing to the license terms of Flickr and Shutterstock, as the dataset does not own the copyright of the images. The dataset is intended for non-commercial research and educational purposes. Measures were taken to protect user privacy by mosaicking or deleting faces and license plates.
125
 
 
126
 
127
+ # Citation
128
 
129
+ ```bibtex
130
+ @ARTICLE{CarDD, author={Wang, Xinkuang and Li, Wenjing and Wu, Zhongcheng},
131
+ journal={IEEE Transactions on Intelligent Transportation Systems},
132
+ title={CarDD: A New Dataset for Vision-Based Car Damage Detection},
133
+ year={2023},
134
+ volume={24},
135
+ number={7},
136
+ pages={7202-7214},
137
+ doi={10.1109/TITS.2023.3258480}}
138
+ ```