Skip to content

DiogoP98/SceneRecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SceneRecognition

Computer Vision project that analyses the performance of different methods in the computer vision field.

Implementation

Three different methods are implemented K Nearest Neighbours (KNN) using tiny images as feature extraction, Bag of Visual Words (BoVW) using dense sampling and quantization and Transfer learning using a pre-trained ResNet-50 model.

Enviroment

  • Python 3.6+
  • keras
  • sklearn
  • OpenCV
  • numpy

Install all python modules with

pip install -r requirements.txt

or if you have different versions of Python installed:

pip3 install -r requirements.txt

Author

About

Computer Vision project used to detect scenes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages