LukasBommes/PV-Hawk

cannot import name 'pyfeatures' from 'opensfm'

LukasBommes opened this issue · 3 comments

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.

Currently, this issue can be resolved by changing into

/pvextractor/extractor/mapping/OpenSfM

in the Docker container and running

python setup.py build

once.

TODO: try if installing libomp via apt in the Docker image fixes the issue.

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.