feixue94 / imp-release

[CVPR 2023] IMP: iterative matching and pose estimation with transformer-based recurrent module
https://feixue94.github.io/
Other
141 stars 11 forks source link

Question about the command to extract local features and build correspondences for training #11

Closed sapphireh closed 1 year ago

sapphireh commented 1 year ago

I follow the data preparation step to download the data you provide, and then try to extract local features as well as build correspondences for training using the command: python3 -m dump.dump_megadepth --feature_type spp --base_path path_of_megadepth --save_path your_save_path

however, there is an error shows that No such file or directory in the directory 'Megadepth/phoenix/...'. As your provided the data structure of Megadepth folder, the folder 'phoenix' is empty. So, could you help me find out what mistake I made? image