sudo apt install ffmpeg
conda create -n surg_env python=3.9 numpy ipython -y && conda activate surg_env
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
conda remove --name surg_env --all
conda info --envs