๐Ÿšฉ Report : Not working

#9851
by Xixeo - opened

Error. Fail. stuck.

is it in the Python Definitions? I just got the following error today... :(

FileNotFoundError Traceback (most recent call last)
in
38 import py3d_tools as p3d
39
---> 40 from helpers import DepthModel, sampler_fn
41 from k_diffusion.external import CompVisDenoiser
42 from ldm.util import instantiate_from_config

4 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'

These guys have solved it, it's a broken reference. You can /goggle translate if you can;t read Chinese

https://www.bilibili.com/read/cv20811544?from=articleDetail

Sign up or log in to comment