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

Implementation of Single Image Augmentation Example #128

Merged
merged 8 commits into from
Nov 19, 2023

Conversation

fredabisai
Copy link
Collaborator

No description provided.

@fredabisai fredabisai changed the title Implementation of Single Image Augmentation Implementation of Single Image Augmentation Example Nov 18, 2023
Copy link
Owner

@Samyssmile Samyssmile left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pls add more example files.

.build();

BufferedImage augmentedImage=augmentationSequence.applyTo(bufferedImage);
System.out.println("<---- Image After Augmentation ----> ");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove


BufferedImage augmentedImage=augmentationSequence.applyTo(bufferedImage);
System.out.println("<---- Image After Augmentation ----> ");
System.out.println(augmentedImage);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

BufferedImage augmentedImage=augmentationSequence.applyTo(bufferedImage);
System.out.println("<---- Image After Augmentation ----> ");
System.out.println(augmentedImage);
System.out.println("<---- Ending Augmentation ----> ");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove


public static void main(String[] args) throws IOException {
// Get Buffered Image from image file
System.out.println("<---- Starting Augmentation ----> ");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove all system prints

+ "images"
+ File.separator
+ "image.jpeg");
private static final String IMAGE_PATH = "images/cyborg.png";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use Platform independent Path seperator instead of "/"

@Samyssmile Samyssmile merged commit af7e825 into main Nov 19, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants