hche11 / Localizing-Visual-Sounds-the-Hard-Way

Localizing Visual Sounds the Hard Way
Apache License 2.0
72 stars 14 forks source link

Pretrained models #4

Open none-enon opened 2 years ago

none-enon commented 2 years ago

Hi, thanks for your great work. I met some problems with the pretrained models. I can't unzip the pretrained models you provided. I tried to download it again several times but it still doesn't work. I'm not sure if the source file is corrupted or something else. I'll be very appreciated if you can solve my problem. Thanks a lot.

tonymisic commented 2 years ago

Having the same issue, running tar -xvf lvs_vggss.tar on a linux machine returns

tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
hche11 commented 2 years ago

Hi, the pretrained models should be loaded using the --summaries_dir in test.py. No need to extract. Thanks.