uzh-rpg / rpg_e2depth

Code for Learning Monocular Dense Depth from Events paper (3DV20)
GNU General Public License v3.0
113 stars 32 forks source link

Could not extract predefined model #6

Closed sefakurtipek closed 2 years ago

sefakurtipek commented 2 years ago

I can download the pretrained model by using wget "http://rpg.ifi.uzh.ch/data/E2DEPTH/models/E2DEPTH_si_grad_loss_mixed.pth.tar" -O pretrained/E2DEPTH_si_grad_loss_mixed.pth.tar but I could not extract it. It says "E2DEPTH_si_grad_loss_mixed.pth.tar is not an archive"

jhidalgocarrio commented 2 years ago

Hi, Thanks for noticing. Could you please try again? It should work

wget "http://rpg.ifi.uzh.ch/data/E2DEPTH/models/E2DEPTH_si_grad_loss_mixed.pth.tar" -O E2DEPTH_si_grad_loss_mixed.pth.tar
URL transformed to HTTPS due to an HSTS policy
--2022-08-19 18:01:14--  https://rpg.ifi.uzh.ch/data/E2DEPTH/models/E2DEPTH_si_grad_loss_mixed.pth.tar
Resolving rpg.ifi.uzh.ch (rpg.ifi.uzh.ch)... 130.60.75.162
Connecting to rpg.ifi.uzh.ch (rpg.ifi.uzh.ch)|130.60.75.162|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://download.ifi.uzh.ch/rpg/web/data/E2DEPTH/models/E2DEPTH_si_grad_loss_mixed.pth.tar [following]
--2022-08-19 18:01:14--  https://download.ifi.uzh.ch/rpg/web/data/E2DEPTH/models/E2DEPTH_si_grad_loss_mixed.pth.tar
Resolving download.ifi.uzh.ch (download.ifi.uzh.ch)... 130.60.61.200
Connecting to download.ifi.uzh.ch (download.ifi.uzh.ch)|130.60.61.200|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 128544048 (123M) [application/x-tar]
Saving to: ‘E2DEPTH_si_grad_loss_mixed.pth.tar’

E2DEPTH_si_grad_loss_mixed.pth.tar                100%[============================================================================================================>] 122.59M  12.0MB/s    in 12s     

2022-08-19 18:01:27 (9.93 MB/s) - ‘E2DEPTH_si_grad_loss_mixed.pth.tar’ saved [128544048/128544048]

It should automatically redirect to https://download.ifi.uzh.ch/rpg/web/data/E2DEPTH/models/E2DEPTH_si_grad_loss_mixed.pth.tar