vcg-uvic / lf-net-release

Code Release for LF-Net: Learning Local Features from Images
Other
314 stars 66 forks source link

Error while running run_lfnet.py #5

Closed YvetteLaw closed 5 years ago

YvetteLaw commented 5 years ago

I download the pretrained model and put them in the /release/models/. However, while I running the run_lfnet.py, the /release/models/outdoor/config.pkl can't be opened correctly, see the following

Connected to pydev debugger (build 171.3780.115) Traceback (most recent call last): File "/home/jue/pycharm-community-2017.1/helpers/pydev/pydevd.py", line 1578, in globals = debugger.run(setup['file'], None, None, is_module) File "/home/jue/pycharm-community-2017.1/helpers/pydev/pydevd.py", line 1015, in run pydev_imports.execfile(file, globals, locals) # execute the script File "/home/jue/Documents/LFNet_mine/run_lfnet.py", line 214, in raise ValueError('Fail to open {}'.format(config_path)) ValueError: Fail to open ./release/models/outdoor/config.pkl

kmyi commented 5 years ago

Are you sure you placed them under

/home/jue/Documents/LFNet_mine/release/* ?

note the . in front of the paths.