3DOM-FBK / deep-image-matching

Multiview matching with deep-learning and hand-crafted local features for COLMAP and other SfM software. Supports high-resolution formats and images with rotations. Both CLI and GUI are supported.
https://3dom-fbk.github.io/deep-image-matching/
BSD 3-Clause "New" or "Revised" License
351 stars 44 forks source link

Some problem about install #73

Closed SirJackYang closed 1 month ago

SirJackYang commented 1 month ago

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.

franioli commented 1 month ago

Hi, Can you provide us some more information on the error you have (e.g., screenshot of the terminal output)?

SirJackYang commented 1 month ago

image

SirJackYang commented 1 month ago

image

SirJackYang commented 1 month ago

And my python version is 3.11.9, I removed "pydegensac" here manually. image

lcmrl commented 1 month ago

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?

lcmrl commented 1 month ago

Hope that did you solve the installation problem, feel free to reopen the issue!