svip-lab / impersonator

PyTorch implementation of our ICCV 2019 paper: Liquid Warping GAN: A Unified Framework for Human Motion Imitation, Appearance Transfer and Novel View Synthesis

Home Page:https://svip-lab.github.io/project/impersonator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

samples.zip file not found

kumarneelabh13 opened this issue · comments

Upon running the following line from README.md, I'm getting ERROR 404.
wget -O outputs/checkpoints.zip https://1drv.ws/u/s!AjjUqiJZsj8whLNyoEh67Uu0LlxquA?e=dkOnhQ

--2020-12-20 13:40:53-- https://1drv.ws/u/s%5C!AjjUqiJZsj8whLNz4BqnSgqrVwAXoQ?e=bC86db
Resolving 1drv.ws (1drv.ws)... 168.235.93.122
Connecting to 1drv.ws (1drv.ws)|168.235.93.122|:443... connected.
HTTP request sent, awaiting response... 404 NOT FOUND
2020-12-20 13:40:53 ERROR 404: NOT FOUND.

But the OneDrive link in the line above is working: https://1drv.ms/u/s!AjjUqiJZsj8whLNz4BqnSgqrVwAXoQ?e=bC86db

Sometimes the direct link(ws version) will be disabled(but not frequently), maybe it is caused by the server of this direct link service supporter.

it might be because the exclamation mark.
try it this way:
wget -O outputs/checkpoints.zip "https://1drv.ws/u/s!AjjUqiJZsj8whLNyoEh67Uu0LlxquA?e=dkOnhQ"