Experiment - SIFT features
Problem:You want to detect and describe key points in images using SIFT features. Currently, your model detects many key points but the matching between images is poor, leading to low accuracy in identifying similar images.
Current Metrics:Matching accuracy: 55%, Number of keypoints detected per image: 1500
Issue:The model detects too many keypoints including noisy or irrelevant ones, causing poor matching accuracy and slow processing.