name: 2D Image Augmentation Scripts
about: Script to augment 2D image data via rotation and axis-flipping
Description
I added a scripted version of the image augmentation done for the department of radiology.
This PR also adds two utility scripts:
add_sinapse_project.sh which is a script to provide ease in adhering to the SINAPSE repo naming convention for directories.
make_shell.sh which is a script that writes the boilerplate at the top of bash scripts for you.
Motivation and Context
Image augmentation is a key feature of the Radiology Project, due to the fact that we were provided a small dataset.
closes #4
How Has This Been Tested?
This has only been run on the Radiology data, any further application of this script would require more robust preprocessing steps in the main.py and utils/prep.py files.
Types of changes
[x] New feature (non-breaking change which adds functionality)
Checklist:
[x] My code follows the code style of this project.
[x] My change requires a change to the documentation.
name: 2D Image Augmentation Scripts about: Script to augment 2D image data via rotation and axis-flipping
Description
I added a scripted version of the image augmentation done for the department of radiology.
This PR also adds two utility scripts:
add_sinapse_project.sh
which is a script to provide ease in adhering to the SINAPSE repo naming convention for directories.make_shell.sh
which is a script that writes the boilerplate at the top of bash scripts for you.Motivation and Context
Image augmentation is a key feature of the Radiology Project, due to the fact that we were provided a small dataset.
closes #4
How Has This Been Tested?
This has only been run on the Radiology data, any further application of this script would require more robust preprocessing steps in the
main.py
andutils/prep.py
files.Types of changes
Checklist: