Closed SirJackYang closed 1 month ago
Hi, Can you provide us some more information on the error you have (e.g., screenshot of the terminal output)?
And my python version is 3.11.9, I removed "pydegensac" here manually.
Hi, do you still have the problem? I've seen you tried something like:
test.py --option bla bla
Could you just run:
python ./main.py -d ./assets/pytest -p superpoint+lightglue -t none -s bruteforce --force --skip_reconstruction
and see if you still have the problem?
Hope that did you solve the installation problem, feel free to reopen the issue!
Hello, I have a question. I installed the deep-image-matching by "pip install -e ." in my conda env. But when I try to use pyinstaller to build my project, deep-image-matching will not be packaged.