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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -66,11 +66,11 @@ The data will follow the structure below:
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
 
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