Skip to content

avalada/TrainingAssistant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up

  1. Clone to your computer:

     % git clone [email protected]:shkh/TrainingAssistant.git
    
  2. Add Jcrop:

     % cd TrainingAssistant
     % git submodule init
     % git submodule update
     % cd static/Jcrop
     % git checkout master
    
  3. Install python modules

     % pip install -r freezed.txt
    
  4. Add images into static/img

Run server

% 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published