Go to file
merijn 41dc50bf16 mouselogger.py
script for logging all mouse input to logfile
2021-03-23 10:36:11 +01:00
coco Only get segments of minimum area 2020-12-22 14:31:20 +01:00
mouselogger mouselogger.py 2021-03-23 10:36:11 +01:00
www The right clipper.js file 2021-01-28 14:14:36 +01:00
.gitignore vscode settings in gitignore 2021-01-28 14:31:25 +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
hexagon.html added restrict_cursor.py and hexagon.html testpage 2021-01-05 12:18:56 +01:00
requirements.txt create database scripts 2020-12-17 14:57:03 +01:00
restrict_cursor.py added restrict_cursor.py and hexagon.html testpage 2021-01-05 12:18:56 +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.