BRAINSia / SINAPSE

SINAPSE is an interdisciplinary team of computer scientists, software engineers, and medical investigators.
0 stars 1 forks source link

2D Image Augmentation Scripts -- Radiology Project #5

Closed abpwrs closed 5 years ago

abpwrs commented 5 years ago

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

Checklist: