使用Python中的视觉单词袋方法以及Lowe的SIFT和Libsvm实现基于内容的图像分类器。
源自:https://github.com/shackenberg/Minimal-Bag-of-Visual-Words-Image-Classifier github项目采用python2.x 本项目采用python3.x
软件架构说明
- xxxx
- xxxx
- xxxx
训练模型:
python learn.py -d path_to_folders_with_images
识别图片:
python classify.py -c path_to_folders_with_images/codebook.file -m path_to_folders_with_images/trainingdata.svm.model images_you_want_to_classify
训练素材格式:
. |-- path_to_folders_with_images | |-- class1 | |-- class2 | |-- class3 ... | └-- classN
- Fork 本仓库
- 新建 Feat_xxx 分支
- 提交代码
- 新建 Pull Request
- 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
- 码云官方博客 blog.gitee.com
- 你可以 https://gitee.com/explore 这个地址来了解码云上的优秀开源项目
- GVP 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
- 码云官方提供的使用手册 https://gitee.com/help
- 码云封面人物是一档用来展示码云会员风采的栏目 https://gitee.com/gitee-stars/