2D Suture placement optimization algorithm and user interface.
- Clone repo
git clone https://github.com/BerkeleyAutomation/3dsutureplanning.git - Set up environment
- Create and activate a new conda environment with Python 3.10 & required packages
OR
conda create --name <environment_name> python=3.10 conda activate <environment_name> pip install Pillow opencv-python scikit-image matplotlib torch hydra-core tqdm torchvision tensorflow pandas trimesh iopath customtkinter - Use the repository environment
conda env create -f environment.yml
- Create and activate a new conda environment with Python 3.10 & required packages
- Open repository directory and run program
cd 3dsutureplanning python main.py