Skip to content

higumachan/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 git@github.com: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

A tool for creating Open-CV training samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 36.6%
  • JavaScript 23.0%
  • CSS 21.4%
  • HTML 19.0%