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

Details about Experiment on STARE Vessel Dataset #27

Open
THUeeY opened this issue Sep 1, 2024 · 2 comments
Open

Details about Experiment on STARE Vessel Dataset #27

THUeeY opened this issue Sep 1, 2024 · 2 comments

Comments

@THUeeY
Copy link

THUeeY commented Sep 1, 2024

Thank you for your remarkable work. MedSAM2 used a mask prompt on the STARE dataset, as shown in Figure 4 of the paper. I would like to know whether the mask covers the entire vessel region in one large area, or if it is detailed enough to cover each vessel individually with an approximate mask.
If you could guide me on how to perform testing and visualization on STARE, I would be extremely grateful.
im0001_2ndHO

@Songnansensetime
Copy link

Also want to know more details about how to achieve good results with vessel segmentation. What about 3D vessel segmentation? I wonder if it is possible to get comparable results.

@rabiaedayilmaz
Copy link
Contributor

rabiaedayilmaz commented Sep 7, 2024

Hi,

I am still reading the paper, however, you can use perplexity.ai tool that can search internet and answer your questions with more-based answers. I gave paper link and your questions, and the answer:

In the context of the STARE dataset, the mask prompt used in MedSAM2 is designed to provide a detailed approximation of the vessel regions. According to the paper, the mask does not cover the entire vessel region in one large area; instead, it is crafted to delineate individual vessels more precisely. This allows for better segmentation performance, as the model can focus on the specific contours and characteristics of each vessel rather than treating them as a single entity.

Furthermore, as being new to concept, I searched through that tool and found out mmsegmentation toolbox. Seems it preprocesses data and probably used to prepare 2d dataset using: python tools/convert_datasets/refuge.py from mmsegmentation.

Here is the link to convertion: https://github.com/open-mmlab/mmsegmentation/blob/main/docs/en/user_guides/2_dataset_prepare.md

It has STARE dataset prepration guide.

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

3 participants