Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

3D data augmentation #137

Closed
1 task
reubano opened this issue Sep 26, 2017 · 0 comments
Closed
1 task

3D data augmentation #137

reubano opened this issue Sep 26, 2017 · 0 comments

Comments

@reubano
Copy link
Contributor

reubano commented Sep 26, 2017

Overview

The majority of the solutions to #1, #2, #3 have similar augmentation pipelines (e.g. grt123, Therapixel, Daniel Hammack, etc.). These pipelines mainly consists of Hounsfield scaling, lung segmentation (#120), CT re-orientation, and other resource consumptive spacial operations such as zoom, rotate, shear, shift, flip, etc.

While the Keras DataGenerator can yield a processed patches via affine transformations, it is inefficient and doesn't work with 3D data.

Expected Behavior

A DataGenerator should enable people to perform data augmentation operations such as zoom, rotate, shear, shift, flip, etc on CT scans

Technical details

  • extend the DataGenerator to deal with 3D volumetric data such as CT scans

Acceptance criteria

  • efficiently zoom, rotate, shear, shift, and flip CT scans

NOTE: All PRs must follow the standard PR checklist.

@vessemer vessemer mentioned this issue Sep 26, 2017
1 task
@reubano reubano closed this as completed Sep 26, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant