mahmoodlab / PANTHER

Morphological Prototyping for Unsupervised Slide Representation Learning in Computational Pathology - CVPR 2024
Other
95 stars 11 forks source link

Where is the GMM code? #8

Closed weiaicunzai closed 3 months ago

weiaicunzai commented 3 months ago

Thanks for your work. Could you please tell me where is the GMM code? I only see the K-means code to perform prototype clustering.

andrewsong90 commented 3 months ago

Hi @weiaicunzai

You can access the entry code via model_PANTHER.py

For the actual code behind GMM, you can access them through the following folder

Hope this helps!