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

Trained weights? #13

Open
fipeop opened this issue Aug 25, 2023 · 1 comment
Open

Trained weights? #13

fipeop opened this issue Aug 25, 2023 · 1 comment

Comments

@fipeop
Copy link

fipeop commented Aug 25, 2023

Hi,

Nice model! Would it be possible to share the trained weights here: ginoro_CpnResNeXt101UNet-fbe875f1a3e5ce2c?

Thank you!

@ericup
Copy link
Collaborator

ericup commented Aug 26, 2023

Thanks!
Sure, you can either download it automatically via Python

import celldetection as cd

model_name = 'ginoro_CpnResNeXt101UNet-fbe875f1a3e5ce2c'

model = cd.fetch_model(model_name, check_hash=True)  # either plain torch
lit_model = cd.models.LitCpn(model_name)  # or lightning

or download it manually here.
I also just added the download link to the main readme.

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