facebookresearch / InterHand2.6M

Official PyTorch implementation of "InterHand2.6M: A Dataset and Baseline for 3D Interacting Hand Pose Estimation from a Single RGB Image", ECCV 2020
Other
676 stars 92 forks source link

Trained network checkpoints archives don't work #80

Closed Pwyllugh93 closed 2 years ago

Pwyllugh93 commented 2 years ago

Hi, I downloaded the archives

[Trained on InterHand2.6M 5 fps (v1.0)] [Trained on STB] [Trained on RHD]

from google drive on both windows and ubuntu and under no operating system I'm able to unzip or open the archives. Under windows it says that the files are no archives and cannot be unzipped and under ubuntu it says that the header is damaged. I googled the error messages and it said that the damage is not repairable. Unfortunately, I'm unable to access the exact error message right now. Are other people able to download the network checkpoints?

mks0601 commented 2 years ago

They are not zipped ones. Do not unzip and just use them.

Pwyllugh93 commented 2 years ago

Thank you very much for your quick reply! Do you mean I just remove the .tar ending in windows by renaming the file? The same under ubuntu?

mks0601 commented 2 years ago

Do not anything and just use pth.tar. Thst would work.

Pwyllugh93 commented 2 years ago

Oh, I've never encountered that, so thank you for clarifying that and for your quick help :)