Go to file
Ruben van de Ven 739908c09d show image in position 2020-12-17 18:27:44 +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
README.md create database scripts 2020-12-17 14:57:03 +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:

virtualenv --system-site-packages -p  python3 venv
source venv/bin/activate
./download_dataset.sh
python tools.py create 

To use a custom dataset version (defaults to the smaller validation 2017 set)

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.