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

Need of prediction mask #199

Open
jtyytim opened this issue May 30, 2022 · 7 comments
Open

Need of prediction mask #199

jtyytim opened this issue May 30, 2022 · 7 comments

Comments

@jtyytim
Copy link

jtyytim commented May 30, 2022

Dear author,

I read your paper 'Cell Detection with Star-convex Polygons' and I saw your experimental results in Table 1. However, we proposed a method of post-processing that can maybe improve the performance of the experiments based on the predicted results directly. So I would like to ask if you can provide your predicted mask of dataset DSB2018 (in your paper Table 1) so that I can make a comparison based on it.
I am looking forward to hearing from you.

Thiem

@maweigert
Copy link
Member

Hi,

you can get instantiate the paper model via

from stardist.models import StarDist2D
model = StarDist2D.from_pretrained('2D_paper_dsb2018')

and then predict the masks yourself.

@jtyytim
Copy link
Author

jtyytim commented May 31, 2022 via email

@maweigert
Copy link
Member

Did you normalize the images before prediction?

@jtyytim
Copy link
Author

jtyytim commented May 31, 2022 via email

@maweigert
Copy link
Member

@jtyytim
Copy link
Author

jtyytim commented Jun 1, 2022 via email

@maweigert
Copy link
Member

Note that in the paper we used a subset (fluorescence images) of the DSB2018, which you can find here: https://github.com/stardist/stardist/releases/download/0.1.0/dsb2018.zip

@stardist stardist deleted a comment from wzr0108 Oct 16, 2022
@stardist stardist deleted a comment from wzr0108 Oct 17, 2022
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