Skip to content

Commit

Permalink
Merge pull request #7 from Tonks684/master
Browse files Browse the repository at this point in the history
integrate setup with part1
  • Loading branch information
Tonks684 authored Aug 15, 2024
2 parents c4b2547 + 34f0545 commit 9b0c9bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 229 deletions.
227 changes: 0 additions & 227 deletions 04_image_translation_phd.yml

This file was deleted.

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 9b0c9bc

Please sign in to comment.