BiomedSciAI/histocartography

Weights instead of model

Closed this issue · 1 comments

Nuclei_extraction.py gives an option to use our own model instead of the existing model created by pannuke dataset.

In my case i have the model weights and not the model itself, how would i have to adapt the code to run the nuclei detector with just my model weights?

image

You need to create the model architecture, load the model weights, and then pass to the nuclei detector.