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?
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?