Skip to content

XuanLi728/CV_CourseWork3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

配置

  1. 文件树配置
  2. 环境配置
    1. conda env create -f environment.yaml
    2. pip install -r requirnments.txt

TODO:

  • Run 1 KNN

    • 当前 Acc: 25% n=5
    • 交叉验证Acc 25%, cv=5, train_size=0.9
    • 注释
    • 添加preprocess
    • 代码结构美化
    • 添加PCA,KNN调参
  • Run 2 Bag-of-visual-words

    • 当前 Acc: 0.06 (???)
    • Debug, 找出表现差的原因
    • 添加preprocess
    • 添加滑动窗口patches提取
    • 添加Img2Vector
    • 添加Img2Feature
    • 添加线形分类器集合
  • Run 3 SIFT (冲点)

    • 使用先前的场景识别模型微调
    • [ ]

资源

https://www.cc.gatech.edu/classes/AY2016/cs4476_fall/results/proj4/html/euzun3/index.html

http://openimaj.org/tutorial/classification101.html

https://github.com/gary1346aa/Scene-Recognition

https://github.com/gurkandemir/Bag-of-Visual-Words

https://github.com/AMANVerma28/Indoor-Outdoor-scene-classification

https://github.com/buptchan/scene-classification

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors