facebookresearch / robust_cvd

Robust Consistent Video Depth Estimation
https://robust-cvd.github.io/
Other
300 stars 24 forks source link

resnet pre-trained path 404 #23

Open Bonnie970 opened 3 years ago

Bonnie970 commented 3 years ago

Looks like they changed the branch name from master to main.

Need to modify monodepth/midas_v2/blocks.py Line 32 to below, otherwise script exits with 404 error.

resnet = torch.hub.load("facebookresearch/WSL-Images:main", "resnext101_32x8d_wsl")