-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.sh
More file actions
15 lines (12 loc) · 879 Bytes
/
setup.sh
File metadata and controls
15 lines (12 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
# Set environment up
mamba create -y -n diffusion python=3.11
conda activate diffusion
pip install -r requirements.txt
# Download data
# mkdir -p data
# wget "https://zenodo.org/records/5156991/files/Flywing_n0.zip?download=1" -O Flywing_n0.zip
# unzip Flywing_n0.zip -d data/
# rm Flywing_n0.zip
# wget "https://dev-edmond-objstor-hdd.s3.gwdg.de/10.17617/3.FDFZOF/1944b9867f1-28910eb0313c?response-content-disposition=attachment%3B%20filename%2A%3DUTF-8%27%27Isotropic_Retina.tar.gz&response-content-type=application%2Fgzip&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20250211T081923Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86399&X-Amz-Credential=W7RIGMB4SLQMPMLDY4FF%2F20250211%2Fdataverse%2Fs3%2Faws4_request&X-Amz-Signature=830712f50e82e8194427e3bd01acd8cd7127ef1722bdae56f39a2abdfe81fe5e" -O Isotropic_Retina.tar.gz
# tar -xzf Isotropic_Retina.tar.gz -C data