Skip to content

Commit 407983c

Browse files
committed
Fixed link to weight
1 parent dd85f02 commit 407983c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hubconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def MiDaS(pretrained=True, **kwargs):
1313
model = MidasNet()
1414

1515
if pretrained:
16-
checkpoint = "https://drive.google.com/file/d/1nqW_Hwj86kslfsXR7EnXpEWdO2csz1cC"
16+
checkpoint = "https://github.com/intel-isl/MiDaS/releases/download/v2/model.pt"
1717
state_dict = torch.hub.load_state_dict_from_url(checkpoint, progress=True)
1818
model.load_state_dict(state_dict)
1919

0 commit comments

Comments
 (0)