A Performance Baseline for Deep Feature Matching
DFM Python (Pytorch) and Matlab (MatConvNet) implementations of our paper DFM: A Performance Baseline for Deep Feature Matching at CVPR 2021 Image Matching Workshop. Setup Environment We strongly recommend using Anaconda. Open a terminal in ./python folder, and simply run the following lines to create the environment: conda env create -f environment.yml conda activte dfm DependenciesIf you do not use conda, DFM needs the following dependencies:(Versions are not strict; however, we have tried DFM with these specific versions.) python=3.7.1 pytorch=1.7.1 […]
Read more