A script install coco data
pip install -r requirement.txt
Usage: python main.py [OPTIONS]
Options:
-i Dowload zip file and Init preprocessing
-d Put data to dataset folder by split name
--help Show this message and exit.
Example commands
# Preprocessing data (take 2 hours)
$ python main.py -i
# Preprocessing data and Automatic setup split name all (take 4-6 hours)
$ python main.py -i -d
# Automatic setup val data (must run -i first)
$ python main.py -d val