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 "/content/drive/MyDrive/NVDS-main/infer_NVDS_dpt_bi.py", line 22, in
from full_model import *
File "/content/drive/MyDrive/NVDS-main/full_model.py", line 13, in
from stabilization_attention import BasicLayer3d3
File "/content/drive/MyDrive/NVDS-main/stabilization_attention.py", line 8, in
from einops import rearrange
ModuleNotFoundError: No module named 'einops'
Traceback (most recent call last):
File "/content/drive/MyDrive/NVDS-main/infer_NVDS_midas_bi.py", line 22, in
from full_model import *
File "/content/drive/MyDrive/NVDS-main/full_model.py", line 13, in
from stabilization_attention import BasicLayer3d3
File "/content/drive/MyDrive/NVDS-main/stabilization_attention.py", line 8, in
from einops import rearrange
ModuleNotFoundError: No module named 'einops'
The text was updated successfully, but these errors were encountered:
I tried to install NVDS on the Google colab platform, but I get the error below. Any suggestions?
!python infer_NVDS_dpt_bi.py --/content/drive/MyDrive/NVDS-main/demo_outputs/dpt_init/000423/ --vnum 000423 --infer_w 896 --infer_h 384
!python infer_NVDS_midas_bi.py --/content/drive/MyDrive/NVDS-main/demo_outputs/midas_init/000423/ --vnum 000423 --infer_w 896 --infer_h 384
Traceback (most recent call last):
File "/content/drive/MyDrive/NVDS-main/infer_NVDS_dpt_bi.py", line 22, in
from full_model import *
File "/content/drive/MyDrive/NVDS-main/full_model.py", line 13, in
from stabilization_attention import BasicLayer3d3
File "/content/drive/MyDrive/NVDS-main/stabilization_attention.py", line 8, in
from einops import rearrange
ModuleNotFoundError: No module named 'einops'
Traceback (most recent call last):
File "/content/drive/MyDrive/NVDS-main/infer_NVDS_midas_bi.py", line 22, in
from full_model import *
File "/content/drive/MyDrive/NVDS-main/full_model.py", line 13, in
from stabilization_attention import BasicLayer3d3
File "/content/drive/MyDrive/NVDS-main/stabilization_attention.py", line 8, in
from einops import rearrange
ModuleNotFoundError: No module named 'einops'
The text was updated successfully, but these errors were encountered: