No description
| coco | ||
| www | ||
| .gitignore | ||
| download_datasets.sh | ||
| hexagon.html | ||
| Pipfile | ||
| Pipfile.lock | ||
| README.md | ||
| requirements.txt | ||
| restrict_cursor.py | ||
| server.py | ||
| tools.py | ||
Auto-accept : part of the Accept & Work series
Install:
pipenv install
pipenv shell
./download_dataset.sh
python tools.py create
To use a custom dataset version (defaults to the smaller validation 2017 set)
pipenv run python tools.py create --annotations FILENAME.json --db dataset/NAME.db
Server
Python server. Based on work for the COCO dataset interface for Plotting Data.