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

Error importing lmbspecialops #71

Open
adizhol opened this issue Mar 10, 2020 · 1 comment
Open

Error importing lmbspecialops #71

adizhol opened this issue Mar 10, 2020 · 1 comment

Comments

@adizhol
Copy link

adizhol commented Mar 10, 2020

When running example.py :

traceback (most recent call last):
  File "example.py", line 12, in <module>
    from depthmotionnet.networks_original import *
  File "../python/depthmotionnet/networks_original.py", line 18, in <module>
    from .blocks_original import *
  File "../python/depthmotionnet/blocks_original.py", line 19, in <module>
    from .helpers import *
  File "../python/depthmotionnet/helpers.py", line 19, in <module>
    import lmbspecialops as sops
ImportError: No module named 'lmbspecialops'

@tsindhuja
Copy link

First make sure you have executed the below git clone
git clone --recursive https://github.com/lmb-freiburg/demon.git
And follow the steps given in the README file

Next, even if that doesn't resolve the issue, you can follow the instructions in this link - https://github.com/lmb-freiburg/lmbspecialops
These should resolve it

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

No branches or pull requests

2 participants