Skip to content

Commit

Permalink
integrate setp with part1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonks684 committed Aug 15, 2024
1 parent c4b2547 commit fcc5885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ echo "Repository cloned. Current directory: $(pwd)"
cd ~/data/06_image_translation/part2/GAN_code/GANs_MI2I
echo "Current directory after navigating to GANs_MI2I: $(pwd)"
# # Find path to the mamba environment.
# ENV_PATH=$(conda info --envs | grep 06_image_translation | awk '{print $NF}')
ENV_PATH="/home/smt29021/.conda/envs/06_image_translation"
ENV_PATH=$(conda info --envs | grep 06_image_translation | awk '{print $NF}')
$ENV_PATH/bin/pip install "dominate"
$ENV_PATH/bin/pip install "cellpose"
$ENV_PATH/bin/pip uninstall -y "opencv-python"
$ENV_PATH/bin/pip install "opencv-python==4.7.0.72"
$ENV_PATH/bin/pip install "ipykernel"
# Add conda environment to jupyter notebook
$ENV_PATH/bin/python -m ipykernel install --user --name 06_image_translation --display-name "06_image_translation"
# Download the weights and pretrained tensorboards
Expand Down

0 comments on commit fcc5885

Please sign in to comment.