baidu-research / NCRF

Cancer metastasis detection with neural conditional random field (NCRF)
Apache License 2.0
757 stars 184 forks source link

The naming for coordinates used in normal_train.txt file is confusing. #39

Closed Fuzzy-sh closed 5 years ago

Fuzzy-sh commented 5 years ago

Hello The coords that you have shared with us was superb. It could not be more helpful. However, In the normal_train.txt file, the naming used for each whole slide images is a bit confusing. As it is for Normal part, we can see Tumor_094,80227,34836 in this file. I appreciate it if you can help me to understand whether it is a mistake and I should change the name with Normal_094,80227,34836 or there is another reason for that. Many thanks in advance for your help.

yil8 commented 5 years ago

@fazish For tumor WSI, there is only a small fraction of the whole giant images that contain tumor cells, with the remaining still being normal cells.

Fuzzy-sh commented 5 years ago

dear @yil8, Many thanks for the response. My question is why normaltraining.txt file contains tumor naming in it. Please look at the normal_training.txt file to see what I mean by that.

yil8 commented 5 years ago

@fazish I guess I did not make myself clear. There are also lots of normal regions within tumor_xxx.tif, i.e. regions outside the tumor masks. So you can sample normal coordinates from these regions.