ylabbe / cosypose

Code for "CosyPose: Consistent multi-view multi-object 6D pose estimation", ECCV 2020.
MIT License
301 stars 89 forks source link

Pre-trained models damaged #79

Open lcl-git-3d opened 1 year ago

lcl-git-3d commented 1 year ago

Hi, I downloaded from you provide web page download the pre - trained models:https://drive.google.com/drive/folders/1jAuXTFdEaxN_4qNAERSrV97U39Q0IAaC. However, when I tried to unzip or open checkpoint.pth.tar, I was told that the file was corrupted, which caused me to fail to load the file in my code with the message: _pickle.UnpicklingError: pickle data was truncated. Can you provide some solutions?