Skip to content

Commit dd85f02

Browse files
committed
Missing dependency
1 parent 54a413c commit dd85f02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hubconf.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
dependencies = ['torch']
22

3+
import torch
4+
35
from models.midas_net import MidasNet
46

57
def MiDaS(pretrained=True, **kwargs):

0 commit comments

Comments
 (0)