aleju / imgaug

Image augmentation for machine learning experiments.
http://imgaug.readthedocs.io
MIT License
14.26k stars 2.42k forks source link

Which is the good way to use imgaug for medical images segmentation? #694

Open YangZyyyy opened 4 years ago

YangZyyyy commented 4 years ago

I use imgaug to augment my data of medical images, and the masks are B&W images. So which mode should I use for my mask?heatmaps or segmentation_maps?

jspaezp commented 3 years ago

I'm almost sure you want to use segmentation maps.