Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Recognition Pipeline

Compile and run the C++ feature extraction:

g++ -O3 -std=c++0x extract_features.cpp -o extract_features `pkg-config --cflags --libs opencv`
./extract_features

Train and test the result:

python train_svm.py train
python train_svm.py predict

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages