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

run example.py problem #25

Closed GuoChuan1314 closed 4 years ago

GuoChuan1314 commented 4 years ago

When I run example.py,there is a UnpicklingError.

File "G:/GroupMeet/Depth_problem/MVDepthNet-master/example.py", line 19, in sample_datas = pickle.load(fp)

UnpicklingError: invalid load key, ''.

How can I solve it? The data is error ?

Can you help me?

WANG-KX commented 4 years ago

Please use python 2.7.

GuoChuan1314 commented 4 years ago

thank you