QingshuiL

Results 2 issues of QingshuiL

I tried using smbclient to load PyTorch model weights from a server, but I encountered some issues. ```python file_path = r"\\x.x.x.x\home\pytorch-models\resnet18-f37072fd.pth" with smbclient.open_file(file_path, mode='rb', buffering=0) as fd: data = torch.load(fd,...

I use the indoor and outdoor models for inference on my dataset, but the real depth estimates are not accurate. Now my dataset doesn't have GT and can't do finetune...