-
Notifications
You must be signed in to change notification settings - Fork 0
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_augmentation.py does not work #2
Comments
I can't see all of the code in question, but there seems to be an error because of the differences here.
Would you please refer to the code in List 5 on page 49 and try again? |
After removing sharpness from augument_funcs in Listing 5, I was able to run it. Is there anything wrong with the sharpness method?
|
@tosiyuki |
@tosiyuki |
I added list5 which is written in page.49 to image_augmentation.py.
And I updated train_ds in list1 in page.45 accoridng to page.50.
However, the following error is dumped when I run the updated list1.
When I use image_preprocess() instead of image_preprocess_with_augment(), the error was not dumped.
I'm sorry that I don't know why image_preprocess_with_augment() dumps the error.
Could you please tell me the reason and how to fix the issue if possible?
The text was updated successfully, but these errors were encountered: