ShixuanAn commited on
Commit
2baf067
1 Parent(s): 33baad5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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