Skip to content

surgical-robotics-ai/dVRK-segmentation-models

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages