Update README.md
Browse files
README.md
CHANGED
|
@@ -66,11 +66,11 @@ The data will follow the structure below:
|
|
| 66 |
```
|
| 67 |
|
| 68 |
### Data Fields
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 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
|