Update README
Browse files
README.md
CHANGED
@@ -2,8 +2,10 @@ This repository contains the mapping from integer id's to actual label names (in
|
|
2 |
|
3 |
Current datasets include:
|
4 |
- ImageNet-1k
|
5 |
-
- ImageNet-22k
|
6 |
-
- COCO detection
|
|
|
|
|
7 |
|
8 |
You can read in a label file as follows (using the `huggingface_hub` library):
|
9 |
|
|
|
2 |
|
3 |
Current datasets include:
|
4 |
- ImageNet-1k
|
5 |
+
- ImageNet-22k (also called ImageNet-21k as there are 21,843 classes)
|
6 |
+
- COCO detection 2017
|
7 |
+
- ADE20k (actually, the [MIT Scene Parsing benchmark](http://sceneparsing.csail.mit.edu/), which is a subset of ADE20k)
|
8 |
+
- Cityscapes
|
9 |
|
10 |
You can read in a label file as follows (using the `huggingface_hub` library):
|
11 |
|