Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meshroon building question #198

Closed
fbi369123456 opened this issue Aug 20, 2018 · 2 comments
Closed

Meshroon building question #198

fbi369123456 opened this issue Aug 20, 2018 · 2 comments

Comments

@fbi369123456
Copy link

My Building Environment is in Ubuntu 16.04

I have compile and build AliceVision successfully, but I dont know how to conect with Meshroom.

My step is :

  1. export two environment variable ALICEVISION_SENSOR_DB and ALICEVISION_VOCTREE
  2. Because the AliceVision is install in /usr/local so I don't know I have added AliceVision Path or not.
  3. Use command pip install -r requirements.txt -r dev_requirements.txt
  4. Trying to start 3d Reconstruction python bin/meshroom_photogrammetry --input INPUT_IMAGES_FOLDER --output OUTPUT_FOLDER

I get these error message

Traceback (most recent call last):
File "bin/meshroom_photogrammetry", line 4, in
import meshroom
ImportError: No module named meshroom

PS. I don't need GUI only command Line, so I didn't use QT Plugin.

If anyone can ask this question, I will very appreciate.

@fabiencastan
Copy link
Member

You just need to set your PYTHONPATH to the root folder of meshroom to provide the meshroom module to Python.

@fbi369123456
Copy link
Author

Thanks a lot it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants