Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ RDD2020 dataset can be directly used for developing and benchmarking machine lea
|
|
44 |
## Dataset Structure
|
45 |
|
46 |
The data will follow the structure below:
|
47 |
-
|
48 |
{
|
49 |
"image_id": "Czech_000248",
|
50 |
"country": "Czech",
|
@@ -59,7 +59,7 @@ The data will follow the structure below:
|
|
59 |
"y_max": [509, 519]
|
60 |
}
|
61 |
}
|
62 |
-
|
63 |
|
64 |
|
65 |
|
|
|
44 |
## Dataset Structure
|
45 |
|
46 |
The data will follow the structure below:
|
47 |
+
```
|
48 |
{
|
49 |
"image_id": "Czech_000248",
|
50 |
"country": "Czech",
|
|
|
59 |
"y_max": [509, 519]
|
60 |
}
|
61 |
}
|
62 |
+
```
|
63 |
|
64 |
|
65 |
|