Skip to content

Image Similarity Detection#6

Open
the-specs-coder wants to merge 5 commits intoWeCode-Community-Dev:mainfrom
the-specs-coder:sanjay
Open

Image Similarity Detection#6
the-specs-coder wants to merge 5 commits intoWeCode-Community-Dev:mainfrom
the-specs-coder:sanjay

Conversation

@the-specs-coder
Copy link

@the-specs-coder the-specs-coder commented Apr 30, 2025

Summary

  • Separated the logic into three files: train.py, test.py, and main.py
  • train.py contains the feature extraction logic using SIFT
  • test.py handles the image matching logic using BFMatcher
  • In main.py, users can update train_folder_dir and test_folder_dir with their local paths to run the program

…nd Implemented backend detect-duplicate logic inside main.py
…new test cases and also added code to print the descriptors in the backend
@the-specs-coder the-specs-coder changed the title Image Similarity Detection using SIFT and KNN Image Similarity Detection Apr 30, 2025
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

Successfully merging this pull request may close these issues.

1 participant