yrcong / STTran

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

About released pretrained models #20

Closed Wh2018 closed 2 years ago

Wh2018 commented 2 years ago

Hello, I try to used the pretrained models, but the three tar files appear to be corrupted, can you upload new models? Thanks image

yrcong commented 2 years ago

Hi, these tar files are not compressed files but already the checkpoints. You could use torch.load(''xxx.tar") directly.