You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: classification/README.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,27 @@ We use standard ImageNet dataset, you can download it from http://image-net.org/
167
167
168
168
</details>
169
169
170
+
<details>
171
+
<summary>iNaturalist 2018</summary>
172
+
173
+
- For the iNaturalist 2018, please download the dataset from the [official repository](https://github.com/visipedia/inat_comp/blob/master/2018/README.md).
174
+
The file structure should look like:
175
+
176
+
```bash
177
+
$ tree inat2018/
178
+
inat2018/
179
+
├── categories.json
180
+
├── test2018
181
+
├── test2018.json
182
+
├── train2018.json
183
+
├── train2018_locations.json
184
+
├── val2018
185
+
├── val2018.json
186
+
└── val2018_locations.json
187
+
```
188
+
189
+
</details>
190
+
170
191
## Released Models
171
192
172
193
<detailsopen>
@@ -204,6 +225,19 @@ We use standard ImageNet dataset, you can download it from http://image-net.org/
0 commit comments