cannot import name 'pyfeatures' from 'opensfm'
LukasBommes opened this issue · 3 comments
LukasBommes commented
When running PV Hawk for the first time opensfm reconstruction step fails because pyfeatures can not be imported. The issue correpsonds to this issue (mapillary/OpenSfM#545) in OpenSfM.
LukasBommes commented
Currently, this issue can be resolved by changing into
/pvextractor/extractor/mapping/OpenSfM
in the Docker container and running
python setup.py build
once.
LukasBommes commented
TODO: try if installing libomp via apt in the Docker image fixes the issue.
vdebad commented
TODO: try if installing libomp via apt in the Docker image fixes the issue.
@LukasBommes - I tried the installation of libomp-dev
via apt-get
during the custom build by adding it to the Dockerfile
. It did not solve the problem unfortunately.