-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Hello, could you help me solve this issue?
I restarted the notebook several times, it was working fine up to 1 PM today
A dependency issue?
thanks ! (you're awesome)
in
1 #@title ### 1.4 Define Midas functions
2
----> 3 from midas.dpt_depth import DPTDepthModel
4 from midas.midas_net import MidasNet
5 from midas.midas_net_custom import MidasNet_small
2 frames
/content/MiDaS/midas/backbones/next_vit.py in
6 from .utils import activations, forward_default, get_activation
7
----> 8 file = open("./externals/Next_ViT/classification/nextvit.py", "r")
9 source_code = file.read().replace(" utils", " externals.Next_ViT.classification.utils")
10 exec(source_code)
FileNotFoundError: [Errno 2] No such file or directory: './externals/Next_ViT/classification/nextvit.py'