GriffinLiang / vrd-dsr

Code for Visual Relationship Detection with Deep Structural Ranking (AAAI2018)
122 stars 32 forks source link

md5 checksum for pre-trained model? #18

Open liaopeiyuan opened 6 years ago

GriffinLiang commented 6 years ago

Which file? I have to download it first.

liaopeiyuan commented 6 years ago

I tried to download faster_rcnn_1_20_7559.pth to replicate the results but torch cannot load the model correctly. I wonder if the .pth file is corrupted.

RuntimeError: storage has wrong size: expected -314061979749565805 got 4096

I have tried python2.7 both on a native version and an Anaconda version, neither worked.