Update README.md
Browse files
README.md
CHANGED
@@ -59,9 +59,6 @@ is not).
|
|
59 |
|
60 |
Ecoset is a large multi-class single-label object recognition image dataset (similar to ImageNet).
|
61 |
|
62 |
-
## Installation
|
63 |
-
|
64 |
-
Follow these instructions to make sure Ecoset downloads correctly.
|
65 |
|
66 |
### Install Requirements
|
67 |
|
@@ -71,6 +68,7 @@ In order to work with ecoset, please make sure to install the s3 compatible vers
|
|
71 |
pip install datasets[s3]
|
72 |
```
|
73 |
|
|
|
74 |
### Download Settings
|
75 |
|
76 |
Please set `ignore_verifications=True`. when downloading this dataset, else the download will result in an error:
|
|
|
59 |
|
60 |
Ecoset is a large multi-class single-label object recognition image dataset (similar to ImageNet).
|
61 |
|
|
|
|
|
|
|
62 |
|
63 |
### Install Requirements
|
64 |
|
|
|
68 |
pip install datasets[s3]
|
69 |
```
|
70 |
|
71 |
+
|
72 |
### Download Settings
|
73 |
|
74 |
Please set `ignore_verifications=True`. when downloading this dataset, else the download will result in an error:
|