histocartography icon indicating copy to clipboard operation
histocartography copied to clipboard

The pre-trained weights are not available now

Open caodoanh2001 opened this issue 2 years ago • 11 comments

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.

caodoanh2001 avatar Sep 01 '23 06:09 caodoanh2001

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?

Adali35 avatar Oct 16 '23 18:10 Adali35

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

yasohasakii avatar Oct 17 '23 06:10 yasohasakii

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

yasohasakii avatar Oct 17 '23 06:10 yasohasakii

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.

caodoanh2001 avatar Oct 19 '23 06:10 caodoanh2001

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

Adali35 avatar Nov 01 '23 21:11 Adali35

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.

ChrisBtt avatar Nov 20 '23 15:11 ChrisBtt

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?

Adali35 avatar Nov 20 '23 16:11 Adali35

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.

PushpakPati avatar Nov 20 '23 23:11 PushpakPati

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.

ChrisBtt avatar Nov 21 '23 07:11 ChrisBtt

The .pt files don't work, please sent me a drive with them !

Nickan7 avatar Feb 17 '25 10:02 Nickan7

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.

Could you please directly provide a download link of Google Drive? The two links above will redirect to Facebook when clicked. But I don't have a Facebook account. Thanks for making such an excellent open source project ! (The links in the following photos have all become invalid)

Image Image

chengyingshe avatar Sep 08 '25 08:09 chengyingshe