- Notifications
You must be signed in to change notification settings - Fork1
xueeinstein/it-shoes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
It, shoes? It's a demo project to use both traditional computer vision methods and deep learning to detect and recognize shoes based on shoes7k dataset
Create a configuration fileconfig.cfg
under project folderit-shoes
in format like:
[paths]pos_images_path: /path/to/datasets/shoes7k/classificationneg_images_path: /path/to/datasets/shoes7k/classificationNegpos_images_lmdb: /path/to/datasets/shoes7k/pos_images_lmdbneg_images_lmdb: /path/to/datasets/shoes7k/neg_images_lmdbpos_features_path: /path/to/datasets/shoes7k/pos_features.csvneg_features_path: /path/to/datasets/shoes7k/neg_features.csvdet_images_path: /path/to/datasets/shoes7k/detection_data/r3det_annotation_path: /path/to/datasets/shoes7k/detection_data/r3.txtmodel_path: /path/to/datasets/shoes7k/svm.model[image]height: 228width: 228[detector]step_size: [10, 10]jobs: 2[evaluation]eval_images_path: /path/to/datasets/shoes7k/detection_data/r2p2eval_annotation_path: /path/to/datasets/shoes7k/detection_data/r2p2.txteval_res_path: /path/to/datasets/shoes7k/eval_res