NVDS icon indicating copy to clipboard operation
NVDS copied to clipboard

Google Colab installation error messages

Open herrartist opened this issue 1 year ago • 0 comments

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'

herrartist avatar Jan 11 '24 15:01 herrartist