You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default the tool assumes there is a folder with the undistorted SfM reconstruction of MegaDepth symlinked to the `data` folder, as explained in the previous section. If the folder is symlinked, theoretically no arguments need to passed. Just call the tool with
```
$ python tools/prep_megadepth_2D3D_data.py
```
After completion, the tool will generate a number of files in `data/MegaDepth_undistort/data_processed/v2`.
If you follow those instructions it will not generate the necessary file that is then required in the follow-up step
the string irat is not even part of the file name construction.
So something got lost during the public release. I'll try to see if I figure out what exactly.
The text was updated successfully, but these errors were encountered:
SergioRAgostinho
changed the title
Data Processing instruction for MegaDepth Option 1 are incomplete.
Data Processing instructions for MegaDepth Option 1 are incomplete.
Jul 12, 2023
Just logging some problems I've discovered.
I've been going over the data preparation instructions for megadepth and noticed that Option 1 is not really an option.
gomatch/tools/README.md
Lines 25 to 31 in 3cd031d
If you follow those instructions it will not generate the necessary file that is then required in the follow-up step
gomatch/tools/README.md
Lines 42 to 49 in 3cd031d
Our config is looking for
gomatch/configs/datasets.yml
Line 4 in 3cd031d
but our generation script would never be able to create that file
gomatch/tools/prep_megadepth_2D3D_data.py
Lines 34 to 37 in 3cd031d
the string
irat
is not even part of the file name construction.So something got lost during the public release. I'll try to see if I figure out what exactly.
The text was updated successfully, but these errors were encountered: