Name Last Update
..
README.md Loading commit data...
ade.py Loading commit data...

Prepare Datasets

Create Datasets for ADE

We assume that raw dataset has the following structure:

ADE
|_ images
|  |_ training
|  |  |_ <im-1-name>.jpg
|  |  |_ ...
|  |  |_ <im-N-name>.jpg
|_ annotations
|  |_ training
|  |  |_ <im-1-name>.png
|  |  |_ ...
|  |  |_ <im-N-name>.png

Create record dataset by:

python ade.py \
  --rec /path/to/datasets/ade20k_train \
  --images /path/to/ADE/images/training \
  --annotations /path/to/ADE/annotations/training