Skip to content

wulifu2hao/cs5228

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies: python 2.7, opencv 2.4.9, numpy, skpealn, scipy

how to use:

  1. put your data files under a directory in the following structure
  • <root_dir>
    • train
      • <class1_name>
        • ...images under the folder
      • <class2_name>
        • ...images under the folder ...
    • query
      • ...images under the folder
  1. run the program by: python complete_system.py <root_dir> where option can be
    1. direct knn
    2. svm (eager learning)
    3. lamp svm
    4. cnn
    5. lamp cnn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published