nielsr HF staff commited on
Commit
43143a0
1 Parent(s): bc00fd6

Update README

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