-
Notifications
You must be signed in to change notification settings - Fork 19
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
No module named 'opengm' #2
Comments
The opengm library is used in the MRF post-processing function, which is used in one of the baselines of the paper. If you only need to run roadtagger, you may try just comment out the 'import opengm' line. To install opengm for python, you may try,
|
Thanks for the replay but unfortunately the package doesn't exist in ubuntu repository anymore . |
I see, in that case, we may have to install it from source code. |
@songtaohe |
@Paranormaly Sorry about this. I only tested it in Ubuntu 16.04.6 LTS, where I can install python-opengm (2.3.6-2) through "sudo apt-get install python-opengm". |
Hi. I'm trying the "Instruction for the pre-alpha clean version" but there is an error
ModuleNotFoundError: No module named 'opengm'
pip and conda can't find this package
The text was updated successfully, but these errors were encountered: