We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd85f02 commit 407983cCopy full SHA for 407983c
hubconf.py
@@ -13,7 +13,7 @@ def MiDaS(pretrained=True, **kwargs):
13
model = MidasNet()
14
15
if pretrained:
16
- checkpoint = "https://drive.google.com/file/d/1nqW_Hwj86kslfsXR7EnXpEWdO2csz1cC"
+ checkpoint = "https://github.com/intel-isl/MiDaS/releases/download/v2/model.pt"
17
state_dict = torch.hub.load_state_dict_from_url(checkpoint, progress=True)
18
model.load_state_dict(state_dict)
19
0 commit comments