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

Data augmentation as a method for model improvement #112

Open
1 of 4 tasks
epierotti3 opened this issue Feb 16, 2023 · 0 comments
Open
1 of 4 tasks

Data augmentation as a method for model improvement #112

epierotti3 opened this issue Feb 16, 2023 · 0 comments

Comments

@epierotti3
Copy link
Contributor

epierotti3 commented Feb 16, 2023

Dependencies

  • (insert as needed)

Overview

We'd like to augment (e.g. rotate) at least some of the training data images as a way to make more training data images instead of creating entirely brand new images to train the model on. This should be implemented in tensor flow and should be pretty easy to incorporate to the existing project.

Action Items

  • Research augmentation methods that are compatible with our current images and model
  • Determine where in "the code" this needs to go
  • "Test" on a few images
  • If works, apply to more images and train the model on this to see if accuracy improves.

Resources/Instructions

(add as needed)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Progress
Development

No branches or pull requests

2 participants