xuelunshen / gim

GIM: Learning Generalizable Image Matcher From Internet Videos (ICLR 2024 Spotlight)
https://xuelunshen.com/gim
MIT License
496 stars 22 forks source link

colmap error #32

Open mldemox opened 1 week ago

mldemox commented 1 week ago
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 commented 6 days ago

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