-
Clone to your computer:
% git clone git@github.com:shkh/TrainingAssistant.git
-
Add Jcrop:
% cd TrainingAssistant % git submodule init % git submodule update % cd static/Jcrop % git checkout master
-
Install python modules
% pip install -r freezed.txt
-
Add images into
static/img
% python views.py
This command starts the Flask server on port 5000, visit http://localhost:5000
.
After all images will be processed, you will get info.dat
and bg.txt
; Respectively the list of positive
samples and the list of negative
samples.