No module named src error
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.
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.
Same problem here.
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.