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.
 
 
 
 
merijn 41dc50bf16
mouselogger.py
2 years ago
coco Only get segments of minimum area 2 years ago
mouselogger mouselogger.py 2 years ago
www The right clipper.js file 2 years ago
.gitignore vscode settings in gitignore 2 years ago
Pipfile Use Pipfile to have a proper lockfile 2 years ago
Pipfile.lock Use Pipfile to have a proper lockfile 2 years ago
README.md Use Pipfile to have a proper lockfile 2 years ago
download_datasets.sh download +x 2 years ago
hexagon.html added restrict_cursor.py and hexagon.html testpage 2 years ago
requirements.txt create database scripts 2 years ago
restrict_cursor.py added restrict_cursor.py and hexagon.html testpage 2 years ago
server.py Only get segments of minimum area 2 years ago
tools.py Add server and format with autopep8 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.