CharlotteHao
CharlotteHao
> I replaced 'model = UniDepthV1.from_pretrained("lpiccinelli/unidepth-v1-vitl14")' with 'model = torch.hub.load( "lpiccinelli-eth/unidepth", "UniDepthV1_ConvNextL", # MAP_BACKBONES = {"ViTL14": "vitl14", "ConvNextL": "cnvnxtl"} pretrained=True, trust_repo=True, force_reload=True, )' in demo.py , demo.py has the desired...
I don't know what caused this error, how can I fix it? Thanks!!!
How to solve this problem?(Ask questions sincerely!!! )