uzh-rpg / rpg_e2vid

Code for the paper "High Speed and High Dynamic Range Video with an Event Camera" (T-PAMI, 2019).
http://rpg.ifi.uzh.ch/E2VID.html
GNU General Public License v3.0
353 stars 128 forks source link

Issue in accessing the model #22

Closed UtharaKeerthan closed 2 years ago

UtharaKeerthan commented 2 years ago

Hi, Thanks for the models and the dataset.

I ran the command wget "http://rpg.ifi.uzh.ch/data/E2VID/models/E2VID_lightweight.pth.tar" -O pretrained/E2VID_lightweight.pth.tar --no-proxy

but I get an error that pretrained/E2VID_lightweight.pth.tar: No such file or directory

I tried to download the .tar file separately and used tar -xvf E2VID_lightweight.pth.tar to decompress the tar file. But I get the following error,

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

I'm using ubuntu18.04 and followed the procedures given by you on the README file. Can you help me here ?

UtharaKeerthan commented 2 years ago

I did not clone the repo at all. Its a mistake from my end. Apologies.