lyndonchan / hsn_v1

HistoSegNet: Semantic Segmentation of Histological Tissue Type in Whole Slide Images (ICCV 2019)
MIT License
87 stars 23 forks source link

How to set up training files for this network? #4

Open wingkeihon opened 3 years ago

wingkeihon commented 3 years ago

Hello, I am also doing research on pathological image segmentation recently. I want to cite your paper, so I need to run the code of your paper, but I did not find the relevant training files. Take the liberty to ask, can you provide me with the training files?

lyndonchan commented 3 years ago

Unfortunately, we cannot release the training images publicly without an ethics agreement. See the ADP repository for details on applying for access: https://github.com/mahdihosseini/ADP

As for the training code, we decided not to release that either because the images are access protected. However, if you obtain access to the ADP database, you can simply import the provided model files and retrain on other images in Keras.

wingkeihon commented 3 years ago

I will try to apply for the ADP data set according to your tips, and I will also try to train with other data sets. I am deeply grateful for your help.