ShixuanAn commited on
Commit
6648b27
1 Parent(s): f0561d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -46,6 +46,7 @@ RDD2020 dataset can be directly used for developing and benchmarking machine lea
46
 
47
  ## Dataset Structure
48
 
 
49
  The data will follow the structure below:
50
  ```
51
  {
@@ -64,6 +65,14 @@ The data will follow the structure below:
64
  }
65
  ```
66
 
 
 
 
 
 
 
 
 
67
  ## Dataset Creation
68
 
69
  ### Curation Rationale
 
46
 
47
  ## Dataset Structure
48
 
49
+ ### Data Instance
50
  The data will follow the structure below:
51
  ```
52
  {
 
65
  }
66
  ```
67
 
68
+ ### Data Fields
69
+ “image_id”[string]: ID of the image, created by combining the country plus a sequential number.
70
+ “country”[string]: The country where the photo was taken.
71
+ "type"[string]: The dataset category the image belongs to, such as 'train', 'test1', or 'test2'. "image"[integer]: The image data converted into PIL format.
72
+ "crack_type"[string]: Types of cracks detected in the image.
73
+ "crack_coordinates"[integer]: Contains crack coordinates as integers.
74
+
75
+
76
  ## Dataset Creation
77
 
78
  ### Curation Rationale