!!! Note: The complete training and testing code (Integrates multiple networks) can be found in [Link]
OS patch dataset is an optical and SAR image patch matching dataset with the patch size of 64 × 64 pixels based on the OS dataset [paper] and SIFT keypoint extraction. The dataset contains a total of 123,676 pairs of cross-spectral image patches with equal numbers of positive and negative samples. training set : test set=4 : 1 (98,940 : 24,736).
- "finally_train.txt" denotes the point pair information of the training set.
- "finally_test.txt" denotes the point pair information of the test set .
- Each line in txt denotes a sample pair.
- Take one line as an example. The meaning of the corresponding position in "train, 175, 313, 431, 313, 431, 1" is "Folder name from OS dataset"; "image serial number"; "The x-coordinate of the keypoint of the optical image"; "The y-coordinate of the keypoint of the optical image"; "The x-coordinate of the keypoint of the SAR image"; "The y-coordinate of the keypoint of the SAR image"; "The label of the image pair. 1 for matching, 0 for nonmatching".
- Download OS dataset [link] with the code "vriw".
- Build the corresponding dataset according to the point pair information in "finally_train.txt" and "finally_test.txt".
To view the experimental benchmark based on this data set, please view our paper "Efficient Feature Relation Learning Network for Cross-Spectral Image Patch Matching" [link] published on IEEE Transactions on Geoscience and Remote Sensing. It is worth noting that the epochs of all methods in this experimental benchmark are set to 40.