HKUST-Aerial-Robotics / MVDepthNet

This repository provides PyTorch implementation for 3DV 2018 paper "MVDepthNet: real-time multiview depth estimation neural network"
GNU General Public License v3.0
309 stars 72 forks source link

opensource_model.pth.tar may be not available. #23

Closed sidabit closed 4 years ago

sidabit commented 4 years ago

Hi Kai-Xuan,

The trained model file opensource_model.pth.tar seems not accessible on the dropbox, while the sample dataset is available to download.

Sida screenshot

WANG-KX commented 4 years ago

Seems fine on my side. Can't download?

djjandXMU commented 4 years ago

I can not unzip the opensource_model.pth,it seems that it maybe a damaged file. But the sample_data.pkl.tar is ok

WANG-KX commented 4 years ago

Hi, the uploaded wight file does not need to be extracted before loading. Just load *.pth.tar is fine.

sidabit commented 4 years ago

Hi, the uploaded wight file does not need to be extracted before loading. Just load *.pth.tar is fine.

Hi, Kaixuan. Thanks a lot. It works right now.

djjandXMU commented 4 years ago

Thanks for your help,it works!