qijiezhao / pseudo-3d-pytorch

pytorch version of pseudo-3d-residual-networks(P-3D), pretrained model is supported
MIT License
450 stars 113 forks source link

Pre-trained model files are broken? #13

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi, @qijiezhao . I really appreciate your work!

I tried to use your pre-trained model (https://pan.baidu.com/s/1o8VFtMy#list/path=%2F). However, these tar files cannot be extracted with following error message.

tar: Unrecognized archive format
tar: Error exit delayed from previous errors.

Could you check and give me valid tar files?

Thanks,

karimhasebou commented 6 years ago

Hi @kazuyokojima , I recently ran into the same issue. Then I noticed that he actually loads the files directly in pytorch. Therefore, its not really a tar. check https://github.com/qijiezhao/pseudo-3d-pytorch/blob/4399cafa3ff76411b45c732f217a854484cf0efb/p3d_model.py#L291

ghost commented 6 years ago

@karimhasebou Thank you for your information!

BKHMSI commented 6 years ago

@kazuyokojima were you able to obtain the correct results using the RGB pre-trained model: p3d_rgb_199.checkpoint.pth.tar? You can refer to my issue for more details