genrl-enhancer-diffusion / scripts /01_data /download_deepstarr.sh
Ouzhang's picture
Upload folder using huggingface_hub
a80f3c0 verified
Raw
History Blame Contribute Delete
267 Bytes
#!/usr/bin/env bash
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "${SCRIPT_DIR}/../00_setup/env.sh"
python3 "${SCRIPT_DIR}/download_deepstarr.py" \
--dataset_id "${DEEPSTARR_DATASET_ID}" \
--output_dir "${DEEPSTARR_DIR}"