ShixuanAn commited on
Commit
14f0ceb
1 Parent(s): 2387e6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -70,15 +70,16 @@ The data will follow the structure below:
70
  ### Curation Rationale
71
 
72
  <!-- Motivation for the creation of this dataset. -->
 
73
 
74
-
75
 
76
 
77
  #### Data Collection and Processing
78
 
79
  <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
80
 
81
- [More Information Needed]
82
 
83
  #### Who are the source data producers?
84
 
@@ -99,7 +100,7 @@ Each image in the dataset comes with corresponding XML files containing annotati
99
 
100
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
101
 
102
- [More Information Needed]
103
 
104
  ### Recommendations
105
 
 
70
  ### Curation Rationale
71
 
72
  <!-- Motivation for the creation of this dataset. -->
73
+ The RDD2020 dataset was curated with the objective of facilitating the development, testing, and benchmarking of machine learning models for road damage detection, catering specifically to the needs of municipalities and road agencies. A significant aspect of the dataset's curation process was the conversion of images into the Python Imaging Library (PIL) format and the meticulous parsing of XML annotations to ensure a seamless integration between the image data and the associated labels. This conversion process was driven by the need to simplify the handling of image data for machine learning applications, as the PIL format is widely supported by data processing and model training frameworks commonly used in the field.
74
 
75
+ Additionally, the parsing of XML files to extract detailed annotations about the type and coordinates of road damages allows for precise labeling of the data. This approach ensures that each image is directly associated with its corresponding damage type and location. The dataset's diversity, with images sourced from three different countries, aims to enable the creation of robust models that are effective across various environmental conditions and road infrastructures, thereby broadening the applicability and relevance of the trained models.
76
 
77
 
78
  #### Data Collection and Processing
79
 
80
  <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
81
 
82
+
83
 
84
  #### Who are the source data producers?
85
 
 
100
 
101
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
102
 
103
+ The dataset primarily includes images from three countries (India, Japan, and the Czech Republic), which may not fully represent road conditions worldwide. Users should be cautious when generalizing models trained on this dataset to other regions.
104
 
105
  ### Recommendations
106