Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -60,9 +60,9 @@ dataset = load_dataset("MITCriticalData/Unlabeled_top_10_cities_forward_backward
|
|
60 |
Alternatively, for ```datasets<1.11.0``` the lecture of `.tiff` and `.json` files is not compatible. In such case we recommend to download the data as:
|
61 |
|
62 |
```
|
63 |
-
wget path_to_data/images.zip unzip images.zip
|
64 |
|
65 |
-
wget path_to_data/annotations.zip unzip annotations.zip
|
66 |
```
|
67 |
|
68 |
## Sponsors
|
|
|
60 |
Alternatively, for ```datasets<1.11.0``` the lecture of `.tiff` and `.json` files is not compatible. In such case we recommend to download the data as:
|
61 |
|
62 |
```
|
63 |
+
wget path_to_data/images.zip && unzip images.zip
|
64 |
|
65 |
+
wget path_to_data/annotations.zip && unzip annotations.zip
|
66 |
```
|
67 |
|
68 |
## Sponsors
|