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

The pre-trained weights are not available now #53

Open
caodoanh2001 opened this issue Sep 1, 2023 · 9 comments
Open

The pre-trained weights are not available now #53

caodoanh2001 opened this issue Sep 1, 2023 · 9 comments

Comments

@caodoanh2001
Copy link

Hi, thank you for the good project.
However, two pre-trained models on pannuke and monusac datasets are not available anymore. Can you check again?

https://github.com/BiomedSciAI/histocartography/blob/dcad24866331bce4fb3d79b0565f23aec0001511/histocartography/preprocessing/nuclei_extraction.py#L31C1-L34C2

Thank you very much.

@Adali35
Copy link

Adali35 commented Oct 16, 2023

I am getting the same problem, since I do not know any pretrained model other than the specified ones in the code I cannot run the nuclei_extraction. What should we do?

@yasohasakii
Copy link

Same issue with you, the pt file not in ibmbox now.

1 similar comment
@yasohasakii
Copy link

Same issue with you, the pt file not in ibmbox now.

@caodoanh2001
Copy link
Author

Nuclei extraction has the stage of nuclei segmentation using pretrained HoVerNet. I think we should use other inference code to extract the nuclei map instead of this repo. There were a couple of other implementations of HoVerNet for nuclei segmentation.

@Adali35
Copy link

Adali35 commented Nov 1, 2023

I cannot find an available pretrained model for nuclei detection (in the .pt format), are there anyone that can help on this topic?

@ChrisBtt
Copy link

Did someone found a suitable pretrained model in order to execute the Nuclei detection or can an updated checkpoint file be provided?
I am not able to run the example code from the README at all without it.

@Adali35
Copy link

Adali35 commented Nov 20, 2023

I actually got the hovernet model trained on pannuke dataset from original hovernet GitHub page and saved it locally using PyTorch. However this time when I used it in nucleidetection I got an error which says something like the "orderedDict does not have cpu() attribute" I didn't have time to resolve it honestly but are there someone who deals with similar problem?

@PushpakPati
Copy link
Collaborator

Sorry for the late respone.

The box links for HoVerNet checkpoints (monusac and pannuke) are broken now.
Until an update to the library, you can download them from Google drive at hovernet_monusac.pt and hovernet_pannuke

Please download the models and load them directly in the source code here.

@ChrisBtt
Copy link

Thank you very much for your fast solution. I am now able to run the introductory code and visualize the image including the graph network.

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

5 participants