Closed UtharaKeerthan closed 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
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 -xvf E2VID_lightweight.pth.tar
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 ?
I did not clone the repo at all. Its a mistake from my end. Apologies.
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 ?