yrcong / STTran

Spatial-Temporal Transformer for Dynamic Scene Graph Generation, ICCV2021
MIT License
181 stars 34 forks source link

Broken file for pretrained models #37

Closed zee-fee closed 1 year ago

zee-fee commented 1 year ago

I have tried to unzip the downloaded predcls trained model using the command tar -xvf predcls.tar

It always give the following error: tar: This does not look like a tar archive

I'm assuming that the files were not compressed correctly. I tried this with the other provided pretrained models (sgcls and sgdet)and get the same error.

yrcong commented 1 year ago

Hi, I saved the pretrained model in .tar format. Therefore you can directly use torch.load(), don't need to unzip them:D

zee-fee commented 1 year ago

@yrcong Thanks for the reply. It worked :)