Go to file
Ruben van de Ven 6dad7eca48 Only get segments of minimum area 2020-12-22 14:31:20 +01:00
coco Only get segments of minimum area 2020-12-22 14:31:20 +01:00
www Only get segments of minimum area 2020-12-22 14:31:20 +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 Only get segments of minimum area 2020-12-22 14:31:20 +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.