Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

step 4 : Export/ Evaluate the metrics on HPatches Error: #112

Open
xiaolangha opened this issue Mar 26, 2024 · 0 comments
Open

step 4 : Export/ Evaluate the metrics on HPatches Error: #112

xiaolangha opened this issue Mar 26, 2024 · 0 comments

Comments

@xiaolangha
Copy link

When I performed step 4, the following error occurred:
File "export.py", line 408, in
args.func(config, output_dir, args)
File "export.py", line 105, in export_descriptor
data = dataLoader(config, dataset=task)
File "D:\DeepLearning\two\hwj_DeepLearning\pytorch-superpoint-master_1\utils\loader.py", line 120, in dataLoader_test
**config['data'],
File "D:\DeepLearning\two\hwj_DeepLearning\pytorch-superpoint-master_1\datasets\patches_dataset.py", line 38, in init
self.files = self._init_dataset(**self.config)
File "D:\DeepLearning\two\hwj_DeepLearning\pytorch-superpoint-master_1\datasets\patches_dataset.py", line 129, in init_dataset
homographies.append(np.loadtxt(str(Path(path, "H_1
" + str(i)))))
File "D:\DeepLearning\Anaconda3\envs\pytorch-superpoint-master\lib\site-packages\numpy\lib\npyio.py", line 1067, in loadtxt
fh = np.lib._datasource.open(fname, 'rt', encoding=encoding)
File "D:\DeepLearning\Anaconda3\envs\pytorch-superpoint-master\lib\site-packages\numpy\lib_datasource.py", line 193, in open
return ds.open(path, mode, encoding=encoding, newline=newline)
File "D:\DeepLearning\Anaconda3\envs\pytorch-superpoint-master\lib\site-packages\numpy\lib_datasource.py", line 533, in open
raise IOError("%s not found." % path)
OSError: D:\DeepLearning\two\hwj_DeepLearning\pytorch-superpoint-master_1\datasets\HPatches\i_ajuntament\H_1_2 not found.

my magicpoint_repeatability_heatmap.yaml is as follows:

微信图片_20240326212409

Does anyone know what caused this? Can you tell me why? thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant