introvoyz041's picture
Migrated from GitHub
117e206 verified
|
Raw
History Blame Contribute Delete
518 Bytes

Surgical segmentation models

Dependencies

sudo apt install ffmpeg

Installation of anaconda environment

conda create -n surg_env python=3.9 numpy ipython  -y && conda activate surg_env

Installation of surg_seg package

Surg_seg is a python package that includes most of the code to interface with the trained models

pip install -e . -r requirements.txt --user

Erase Anaconda virtual environment

conda remove --name surg_env --all
conda info --envs