Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vista3D Automatic Segmentation General Query #44

Open
meghalD opened this issue Oct 13, 2024 · 1 comment
Open

Vista3D Automatic Segmentation General Query #44

meghalD opened this issue Oct 13, 2024 · 1 comment

Comments

@meghalD
Copy link

meghalD commented Oct 13, 2024

I am trying to understand the technique used in Vista3D for maintaining segmentation mask consistency between the slices of the 3D volume. As I understood from the Algorithm 2 on supervoxel generation in the paper is that the authors used SLIC over SAMPredictor features output. But I am unsure about the upsampling part. Is this achieved from learning a CNN or just interpolation.

Specifically, line 142 in the code below has this function get_feature_upsampled(). I want to know it's implementation details to really understand the process better and how and why SLIC works.

https://github.com/Project-MONAI/VISTA/blob/main/vista3d/scripts/slic_process_sam.py

Thanks in advance!

@heyufan1995
Copy link
Member

Hi:
Please refer to the readme in data folder
https://github.com/Project-MONAI/VISTA/tree/main/vista3d/data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants