Skip to content

mazurowski-lab/SegmentAnyMuscle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Segment Anything Muscle

By Roy Colglazier*, Jisoo Lee*, Haoyu Dong*, Hanxue Gu, Yaqian Chen, Zafer Yildiz, Zhonghao Liu, Nicholas Konz, Jichen Yang, Jikai Zhang, Yuwen Chen, Lin Li, Haoran Zhang, Joseph Cao, Adrian Camarena, Maciej Mazurowski.

Guideline for Implement Fine-tuned SAM

Get the model weights

Weights for fine-tuned SAM can be accessed here. It should be placed under checkpoints/ folder.

Run the evaluation code

First, you need to define your input and output path in Line 27 and 28. The input folder is expected to contain volume inputs, i.e., XXX.nii.gz. Then, you can simply run the evaluation with

python3 evaluate.py

The output will be saved in numpy format (.npy) and nearly raw raster data format (.seg.nrrd).

License

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages