hust-linyi / SC-Net

This is the official code of the paper "Nuclei Segmentation with Point Annotations from Pathology Images via Self-Supervised Learning and Co-Training"
15 stars 1 forks source link

about the train_val_test.json? #1

Closed YeSho-cpp closed 12 months ago

YeSho-cpp commented 1 year ago

Hello, thank you for your great work, does train_val_test.json have relevant code? Because the original data set does not have this part of the file

hust-linyi commented 12 months ago

Hi, thanks for your interest in our work. This json file save the name list of the train, val, and test sets. For MoNuSeg, we use the official train/test split, and randomly use 6 images in the training set for validation. For CPM, for each type of tumor, we randomly select one image for validation and two images for testing, thus all the images are divided into 20 images for training, 4 images for validation, and 8 images for testing.