zju3dv / disprcnn

Code release for Stereo 3D Object Detection via Shape Prior Guided Instance Disparity Estimation (CVPR 2020, TPAMI 2021)
Apache License 2.0
213 stars 36 forks source link

Unable to unzip the pretrained_model_KITTI2015.tar #19

Closed JunjieChen-2020 closed 3 years ago

JunjieChen-2020 commented 3 years ago

can you upload a new one?

ootts commented 3 years ago

You don't need to unzip it, use

torch.load('pretrained_model_KITTI2015.tar')

instead.