Sign inSign up

chumharbour/assp

By chumharbour

Updated 7 months ago

Automatic Surgical Screw Planning

Image
Machine learning & AI
0

382

chumharbour/assp repository overview

Automatic Surgical Screw Planning pipeline.

Preprocess, train or predict vertebral segmentations, keypoints or pedicle screw plans.

assp config > config.yml
assp segmentation --config config.yml \
                  --training SUBJECT_{001..060} \
                  --training SUBJECT_{081..100} \
                  --validation SUBJECT_{061..080} \
                  --jobs 8 \
                  --target results
docker run \
       --rm -it \
       --ipc=host \
       --env=CUDA_VISIBLE_DEVICES=$CUDA_VISIBLE_DEVICES \
       --gpus=device=$CUDA_VISIBLE_DEVICES \
       --volume=$(pwd):$(pwd) \
       chumharbour/assp

Tag summary

Content type

Image

Digest

sha256:2927bbf05

Size

4.1 GB

Last updated

7 months ago

docker pull chumharbour/assp