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

Feature/img pro #16

Merged
merged 31 commits into from
Oct 19, 2023
Merged

Feature/img pro #16

merged 31 commits into from
Oct 19, 2023

Conversation

Atashnezhad
Copy link
Owner

image preprocessing functionality added

@Atashnezhad Atashnezhad added the enhancement New feature or request label Aug 26, 2023
@Atashnezhad Atashnezhad self-assigned this Aug 26, 2023
@@ -214,7 +218,8 @@ def augment_data(
img = load_img(img_address)

x = img_to_array(img)
x = x.reshape((1,) + x.shape())
# x = x.reshape((1,) + x.shape())
Copy link
Owner Author

Choose a reason for hiding this comment

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

needs to be edited

@Atashnezhad Atashnezhad merged commit 31747ac into master Oct 19, 2023
2 checks passed
@Atashnezhad Atashnezhad deleted the feature/img_pro branch October 19, 2023 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants