Project-MONAI / MONAILabel

MONAI Label is an intelligent open source image labeling and learning tool.
https://docs.monai.io/projects/label
Apache License 2.0
565 stars 185 forks source link

Add SW_FastEdit code #1689

Open matt3o opened 1 month ago

matt3o commented 1 month ago

See this discussion for details, also @diazandr3s

Paper link Link to the full code base.

Current limitations:

SachidanandAlle commented 1 month ago

Can you fix the precommit checks.. you can run locally to identify the issues..

Please check the contrib guidelines to know the command to run the same locally

matt3o commented 1 month ago

Sure! The code also still contains some debug code which I will remove as well.

On May 13, 2024 12:04:23 AM GMT+02:00, SACHIDANAND ALLE @.***> wrote:

Can you fix the precommit checks.. you can run locally to identify the issues..

Please check the contrib guidelines to know the command to run the same locally

-- Reply to this email directly or view it on GitHub: https://github.com/Project-MONAI/MONAILabel/pull/1689#issuecomment-2106388112 You are receiving this because you authored the thread.

Message ID: @.***>

matt3o commented 1 month ago

@SachidanandAlle Should work with this commit. If you want to try it yourself, use the following weights file https://drive.google.com/file/d/1p59s-ehEyp39vlqULAd1eB8gV4hkmxR0/view?usp=drive_link (I changed the code to use the newer, AutoPET 3rd place ScaleIntensityRangePercentilesd, which helps to make the results more robust)

Please tell me if there is anything else you need.

SachidanandAlle commented 2 weeks ago

Assigning to @diazandr3s to verify and merge