Open hiewliwen opened 2 months ago
When runing hubconf.py at this line model = torch.hub.load('yvanyin/metric3d', 'metric3d_vit_small', pretrain=True), it returns a runtime errror.
model = torch.hub.load('yvanyin/metric3d', 'metric3d_vit_small', pretrain=True)
Using cache found in C:\Users\xxxxx/.cache\torch\hub\yvanyin_metric3d_main RuntimeError: Failed to find function: mono.model.backbones.vit_small_reg
Im facing the same error
When runing hubconf.py at this line
model = torch.hub.load('yvanyin/metric3d', 'metric3d_vit_small', pretrain=True)
, it returns a runtime errror.