laurentkneip / opengv

OpenGV is a collection of computer vision methods for solving geometric vision problems. It is hosted and maintained by the Mobile Perception Lab of ShanghaiTech.
Other
1.01k stars 354 forks source link

No module named 'pyopengv' #96

Open yutoumanman opened 5 years ago

yutoumanman commented 5 years ago

yutoumanman2@ubuntu:~$ cd OpenSfM/ yutoumanman2@ubuntu:~/OpenSfM$ bin/opensfm_run_all data/berlin Running using Python command: python Traceback (most recent call last): File "/home/yutoumanman2/OpenSfM/bin/opensfm", line 10, in from opensfm import commands File "/home/yutoumanman2/OpenSfM/opensfm/commands/init.py", line 4, in from . import match_features File "/home/yutoumanman2/OpenSfM/opensfm/commands/match_features.py", line 9, in from opensfm import matching File "/home/yutoumanman2/OpenSfM/opensfm/matching.py", line 3, in import pyopengv ImportError: No module named 'pyopengv'