runtime error

ser/app/flash3d/networks/unidepth_extension.py", line 6, in <module> from .unidepth import UniDepthDepth File "/home/user/app/flash3d/networks/unidepth.py", line 11, in <module> from unidepth.models.unidepthv1 import UniDepthV1 File "/home/user/app/flash3d/unidepth/models/__init__.py", line 1, in <module> from .unidepthv1 import UniDepthV1 File "/home/user/app/flash3d/unidepth/models/unidepthv1/__init__.py", line 1, in <module> from .unidepthv1 import UniDepthV1 File "/home/user/app/flash3d/unidepth/models/unidepthv1/unidepthv1.py", line 17, in <module> from unidepth.utils.geometric import ( File "/home/user/app/flash3d/unidepth/utils/__init__.py", line 13, in <module> from .geometric import unproject_points, spherical_zbuffer_to_euclidean File "/home/user/app/flash3d/unidepth/utils/geometric.py", line 113, in <module> def unproject_points( File "/usr/local/lib/python3.10/site-packages/torch/jit/_script.py", line 1395, in script fn = torch._C._jit_script_compile( File "/usr/local/lib/python3.10/site-packages/torch/jit/annotations.py", line 115, in get_signature signature = try_real_annotations(fn, loc) File "/usr/local/lib/python3.10/site-packages/torch/jit/annotations.py", line 345, in try_real_annotations arg_types = [ann_to_type(p.annotation, loc) for p in sig.parameters.values()] File "/usr/local/lib/python3.10/site-packages/torch/jit/annotations.py", line 345, in <listcomp> arg_types = [ann_to_type(p.annotation, loc) for p in sig.parameters.values()] File "/usr/local/lib/python3.10/site-packages/torch/jit/annotations.py", line 513, in ann_to_type raise ValueError(f"Unknown type annotation: '{ann}' at {loc.highlight()}") ValueError: Unknown type annotation: 'Any' at File "/home/user/app/flash3d/unidepth/utils/geometric.py", line 131 # Create pixel grid y_coords, x_coords = torch.meshgrid( torch.arange(height, device=device), ~~~~~~~~~~~~ <--- HERE torch.arange(width, device=device), indexing="ij",

Container logs:

Fetching error logs...