TissueImageAnalytics / cerberus

One Model is All You Need: Multi-Task Learning Enables Simultaneous Histology Image Segmentation and Classification
GNU General Public License v3.0
75 stars 12 forks source link

output labels #37

Open anooyih opened 4 months ago

anooyih commented 4 months ago

In the mat file, the predicted tissue class in pclass_mat or cell type in nuclei_mat are stored as integer. I could not find how to map those integers to actual meaningful label such as epithelial, lymphocyte, plasma, etc., for cell type or adipose, abnormal epithelial, normal epithelial, etc., for tissue type. Could you provide the dictionary for each integer somewhere?

Thanks in advance.

carloalbertobarbano commented 1 month ago

Same problem here :-) Can you provide a way to map the values? thank you

jw235 commented 1 day ago

Are you using the .mat or .dat file to visualize the results ? and do you use Qupath ?