Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performing augmentations #5

Open
3 tasks
subhamoysgit opened this issue Feb 4, 2023 · 0 comments
Open
3 tasks

Performing augmentations #5

subhamoysgit opened this issue Feb 4, 2023 · 0 comments

Comments

@subhamoysgit
Copy link
Collaborator

subhamoysgit commented Feb 4, 2023

As a data scientist
I want _ to perform augmentation on images_
so that a diverse training data can be simulated

Additional Details/Description

  • We will have the option to perform a (horizontal/vertical) flip, rotation, shift, brightness scaling, and blurring in any order
  • Amount of certain types of augmentation
  • Ordering of augmentation

List of Assumptions/Acceptance criteria

  • make sure that the images have a single plane
  • make sure the augmented images have the same size as the original
  • image format (jpeg/fits/pickle)
  • images have the same resolution (each pixel covers a certain angular extent on the Sun)

List of Tasks

  • Inputs from the user about # of augmentations, amount, and order
  • Apply the set of transformations to return the augmented image
  • Fill the missing regions with meaningful data for transformations like rotation

Definition of Done

For a user input image tile and set of augmentations, return an augmented image of the same size

@subhamoysgit subhamoysgit changed the title Template story #1 Perform augmentations Feb 4, 2023
@subhamoysgit subhamoysgit changed the title Perform augmentations Performing augmentations Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant