Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Classification with Bag of SIFT Representation + SVM Classifer #1113

Open
ramakanth98 opened this issue Apr 23, 2023 · 2 comments
Open

Comments

@ramakanth98
Copy link

ramakanth98 commented Apr 23, 2023

  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.

@welcome
Copy link

welcome bot commented Apr 23, 2023

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!😄

@ramakanth98 ramakanth98 changed the title Match Transformed Images & Scene Stitching using SIFT Features Image Classification with Bag of SIFT Representation + SVM Classifer Apr 24, 2023
@prathimacode-hub
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants