Skip to content

jmoborn/cs601r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published