cvg / glue-factory

Training library for local feature detection and matching
Apache License 2.0
722 stars 90 forks source link

KeyError: 'Unable to synchronously open object (component not found)' #45

Open 2021270902001sc opened 10 months ago

2021270902001sc commented 10 months ago

I'm experiencing an issue with a KeyError: 'Unable to synchronously open object (component not found)' error message and I'm hoping someone can help me troubleshoot it. ![Uploading 1.png…]()

2021270902001sc commented 10 months ago

This problem arose during the process of evaluating the 80th data in the MegaDepth1500.However, this issue did not occur on the HPatches .

mattiasmar commented 7 months ago

I'm seeing this too with the MegaDepth data set. But the exception says: Unable to synchronously open object (object 'oris' doesn't exist)"

@2021270902001sc Did you find any solution to this?

mattiasmar commented 7 months ago

It happens in one of the lines:

                data0 = self._read_view(scene, idx0)
                data1 = self._read_view(scene, idx1)

in the method def getitem(self, idx)