Awesome_Python_Scripts icon indicating copy to clipboard operation
Awesome_Python_Scripts copied to clipboard

Image Classification with Bag of SIFT Representation + SVM Classifer

Open ramakanth98 opened this issue 2 years ago β€’ 2 comments

  1. Given a dataset of images, we need to represent them using the bag of SIFT representation. This involves clustering SIFT descriptors into a visual word vocabulary, counting the frequency of descriptors in each cluster, and generating histograms of visual words as image representations. The goal is to efficiently represent images while retaining important visual information for use in computer vision tasks.

  2. Given a 10-way image classification problem, we need to train 10 binary SVM classifiers using one-vs-all approach to classify test images. During testing, the classifier with the most confidently positive result is selected. The goal is to accurately classify test images using optimized C values for regularization strength.

ramakanth98 avatar Apr 23 '23 23:04 ramakanth98

Hello there! πŸ‘‹πŸ» Welcome to the Awesome_Python_Scripts! πŸš€βš‘οΈ Thank you and congrats πŸŽ‰ for opening your very first issue in this project. Please adhere to our Code of Conduct. πŸ‘πŸ» You may submit a PR if you like, make sure to follow our Pull Request Template. Feel free to get in touch with me through social media handles. Hope to see you there!πŸ˜„

welcome[bot] avatar Apr 23 '23 23:04 welcome[bot]

Hello @ramakanth98, you can create this issue in other repository here. This topic doesn't belong here.

prathimacode-hub avatar Sep 07 '23 08:09 prathimacode-hub