Home

Awesome

S-SAM

This repository contains the code for Low-Rank Adaptation of Segment Anything Model for Surgical Scene Segmentation

Environment File

Create a new conda environment with the config file given in the repository as follows:

conda env create -f ssam_env.yml
conda activate s-sam

General file descriptions

Example Usage for Training

python driver_scratchpad.py --model_config model_svdtuning.yml --data_config config_cholec8k.yml --save_path "./temp.pth"

Please refer to driver_scratchpad.py for other command line options and parameters.

Example Usage for Evaluation

cd eval/cholec8k

bash generate_predictions_cholec.sh

Citation

To be added

Please feel free to reach out to me or raise an issue in case of trouble while running the code.