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

Image Pre-processing Tools #44

Open
7 of 11 tasks
Samyssmile opened this issue Oct 11, 2023 · 0 comments
Open
7 of 11 tasks

Image Pre-processing Tools #44

Samyssmile opened this issue Oct 11, 2023 · 0 comments

Comments

@Samyssmile
Copy link
Owner

Samyssmile commented Oct 11, 2023

This is blocked by: #43

Add Image Pre-processing Tools for Augmentation and Resizing

Description

In the context of developing and optimizing Convolutional Neural Networks (CNNs) #43 it is essential to implement a suite of image pre-processing tools that can facilitate streamlined and effective model training. Specifically, we require utility classes/methods that address common tasks like image augmentation and resizing.

Image Augmentation enriches the dataset, allowing the model to be trained on more diverse data without collecting new images. Consequently, it helps improve the model's robustness and ability to generalize, thus reducing overfitting.

Requirements:

  1. Image Augmentation: Implement tools or utilities that support various image augmentation techniques, such as:
    • Rotation
    • Flipping
    • Shearing
    • Zooming
    • Color variations (brightness, saturation, etc.)
  2. Image Resizing: Provide functionality for resizing images, which should support:
    • Specifying target size
    • Maintaining the aspect ratio or optionally ignoring it
    • Different interpolation methods (e.g., nearest-neighbor, bilinear, etc.)

Acceptance Criteria:

  • Implement augmentation tools that provide at least the above-mentioned functionalities.
  • Implement resizing tools with the specified features.
  • Ensure that the tools are adaptable and can be easily integrated into the existing workflow with CNNs.
  • Provide documentation for each tool/utility, detailing the usage and potential application scenarios.
  • Create unit tests to verify the functionality and reliability of the implemented tools.

Additional Context:

Ensuring robust and versatile image pre-processing tools can significantly enhance the model training phase, enabling the CNN to generalize better through exposure to varied and transformed data. This enhancement will bolster our ongoing work in developing CNN models for our project.

Tasks:

@Samyssmile Samyssmile added this to the 1.0.6 milestone Oct 11, 2023
@Samyssmile Samyssmile added the hacktoberfest hacktoberfest 2023 label Oct 17, 2023
@Samyssmile Samyssmile modified the milestones: 1.0.6, 1.0.7 Nov 1, 2023
@Samyssmile Samyssmile removed the hacktoberfest hacktoberfest 2023 label Nov 10, 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