sniklaus / 3d-ken-burns

an implementation of 3D Ken Burns Effect from a Single Image using PyTorch
Other
1.52k stars 225 forks source link

Add continue flag to wget downloads #29

Closed luxedo closed 4 years ago

luxedo commented 4 years ago

I'm currently with a low bandwidth internet and having trouble downloading the weights. Adding the --continue flag to wget resumes the dowload from the partially downloaded file.

sniklaus commented 4 years ago

Looks like it could be useful to other people as well - merged, thanks!