Description: This dataset contains 213 H&E colorectal adenocarcinoma image tiles at 20x magnification with full instance-level annotation. This data was used as a dataset within the MILD-Net paper, published at Medical Image Analysis. The data is split into train and test sets, which contain 173 and 40 images respectively. If you intend to publish research work that uses this dataset, you must give appropriate citation to the MILD-Net paper. Version 2 removed the 5 extra images that were in test/Annotation/.
Data Structure:
-
train /Images/ /Annotations/ /Overlay/
-
test /Images/ /Annotations/ /Overlay/
Images: Original H&E image tiles at 20x magnification. For a full description please refer to the paper.
Annotations: Instance-level ground truth
Overlay: Gland annotations overlaid on top of the original image.
https://warwick.ac.uk/fac/cross_fac/tia/data/mildnet/
https://paperswithcode.com/sota/colorectal-gland-segmentation-on-crag
https://github.com/aleju/imgaug
https://imgaug.readthedocs.io/en/latest/
Choose according to python version:
pip install git+https://github.com/aleju/imgaug.git pip install imagecorruptions
(3)Execute the corresponding python file, (Note: you need to change the corresponding data set path)
Randomly enhance the original image and annotations, this code including:Crop,Sharpen,Multiply,GaussianBlur,Affine
https://github.com/waspinator/pycococreator/blob/master/README.md https://patrickwasp.com/create-your-own-coco-style-dataset/