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

colmap error #32

Open
mldemox opened this issue Oct 26, 2024 · 1 comment
Open

colmap error #32

mldemox opened this issue Oct 26, 2024 · 1 comment

Comments

@mldemox
Copy link

mldemox commented Oct 26, 2024

import_matches(image_ids, database, pairs, matches,

File "/home/xxxx/3d_gaussian/gim/hloc/triangulation.py", line 90, in import_matches
matches, scores = get_matches(matches_path, name0, name1)
File "/home/xxxx/3d_gaussian/gim/hloc/utils/io.py", line 66, in get_matches
matches = hfile[pair]['matches0'].array()
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "/home/xxxx/anaconda3/envs/nerfacc/lib/python3.10/site-packages/h5py/_hl/group.py", line 357, in getitem
oid = h5o.open(self.id, self._e(name), lapl=self._lapl)
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py/h5o.pyx", line 257, in h5py.h5o.open
KeyError: "Unable to synchronously open object (object 'matches0' doesn't exist)"

@xuelunshen
Copy link
Owner

It seems that no matches were found. Could you provide more detailed information?

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

2 participants