image-matching-models icon indicating copy to clipboard operation
image-matching-models copied to clipboard

No module named src error

Open PLLight opened this issue 7 months ago • 3 comments

Error with sift-sphereglue: No module named 'model' Error with superpoint-sphereglue: No module named 'model'
Error with minima: No module named 'src'

I didn't find the "src" or "model" folder in the files.Please tell me how can I make it through.

Just a desperate beginner.

PLLight avatar May 08 '25 09:05 PLLight

Hello! This usually points to an issue with installation. Seems like the submodules did not recursively install.

Can you double check that you cloned with the recursive flag, like

git clone --recursive https://github.com/alexstoken/image-matching-models?

If you have, the next thing to try is, in the image-matching-models folder,

git submodule init --recursive as well as

git submodule update --recursive

Let me know if this works or if there is still an error.

alexstoken avatar May 08 '25 13:05 alexstoken

Same problem here.

LeeYi-user avatar Aug 16 '25 15:08 LeeYi-user

Hi @LeeYi-user , did you try the above suggestions? If so and it still doesn't work, please let me know all the steps you took and I'll try to reproduce the error and debug. See this colab for an example.

alexstoken avatar Aug 17 '25 17:08 alexstoken