You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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
When running example.py :
The text was updated successfully, but these errors were encountered: