cvlab-stonybrook / PLM_SSL

Repository for "Precise Location Matching Improves Dense Contrastive Learning in Digital Pathology"
8 stars 2 forks source link

BCSS dataset ImageFolder #5

Closed shuaijun-36 closed 1 year ago

shuaijun-36 commented 1 year ago

Thank you very much for your patience! how do you spilt bcss training and testing dataset, and what do your imagefolders look like?

jingweizhang-xyz commented 1 year ago

We followed the official training and testing split as showed in https://bcsegmentation.grand-challenge.org/Baseline. The input Imagefolder looks like: root_dir (e.g. train) -mask --img_id ---img_id_x_y.png -img --img_id ---img_id_x_y.png

shuaijun-36 commented 1 year ago

We followed the official training and testing split as showed in https://bcsegmentation.grand-challenge.org/Baseline. The input Imagefolder looks like: root_dir (e.g. train) -mask --img_id ---img_id_x_y.png -img --img_id ---img_id_x_y.png

thank you>.<