REC-MV_preprocess / pifuhd /scripts /download_trained_model.sh
mambazjp's picture
Upload 58 files
355b5d6
raw
history blame
201 Bytes
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
set -ex
mkdir -p checkpoints
cd checkpoints
wget "https://dl.fbaipublicfiles.com/pifuhd/checkpoints/pifuhd.pt" pifuhd.pt
cd ..