Image-and-3D-Model-Creator / PIFu /scripts /download_trained_model.sh
eswat's picture
Duplicate from F4RF4R4/Image-and-3D-Model-Creator
41d2103
set -ex
mkdir -p checkpoints
cd checkpoints
wget "https://drive.google.com/uc?export=download&id=1zEmVXG2VHy0MMzngcRshB4D8Sr_oLHsm" -O net_G
wget "https://drive.google.com/uc?export=download&id=1V83B6GDIjYMfHdpg-KcCSAPgHxpafHgd" -O net_C
cd ..