You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
coco | 2 years ago | |
mouselogger | 2 years ago | |
www | 2 years ago | |
.gitignore | 2 years ago | |
Pipfile | 2 years ago | |
Pipfile.lock | 2 years ago | |
README.md | 2 years ago | |
download_datasets.sh | 2 years ago | |
hexagon.html | 2 years ago | |
requirements.txt | 2 years ago | |
restrict_cursor.py | 2 years ago | |
server.py | 2 years ago | |
tools.py | 2 years ago |
README.md
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.