sam-may / zephyr

Pneumonia segmentation model for CT scans. To be used in the context of covid-19 studies.
MIT License
0 stars 0 forks source link

Standardize orientation of input images #2

Open sam-may opened 4 years ago

sam-may commented 4 years ago

Currently, some input images are rotated by 180 degrees. Should do:

After standardizing orientation, may be interesting to try on-the-fly augmentation of images, e.g. doubling the training set size by creating mirror images of each instance.