Go to file
Ruben van de Ven fb223cd7fa Use Pipfile to have a proper lockfile 2020-12-22 10:50:13 +01:00
coco show image in position 2020-12-17 18:27:44 +01:00
www show image in position 2020-12-17 18:27:44 +01:00
.gitignore create database scripts 2020-12-17 14:57:03 +01:00
Pipfile Use Pipfile to have a proper lockfile 2020-12-22 10:50:13 +01:00
Pipfile.lock Use Pipfile to have a proper lockfile 2020-12-22 10:50:13 +01:00
README.md Use Pipfile to have a proper lockfile 2020-12-22 10:50:13 +01:00
download_datasets.sh download +x 2020-12-17 14:25:28 +01:00
requirements.txt create database scripts 2020-12-17 14:57:03 +01:00
server.py create svg 2020-12-17 17:13:38 +01:00
tools.py Add server and format with autopep8 2020-12-17 15:22:24 +01:00

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.