-
Notifications
You must be signed in to change notification settings - Fork 9
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
Tune and fix bugs for new transformations #22
Comments
some of them may only applicable to coloured images. |
Problems for new transformations.
filter_entropy =
denoise_tv_chambolle =
geo_swirl =
seg_gradient = |
Here are the current states of the new transformations:
|
The fix for new transformations leads to regression bugs in existed transformations. Please roll back your last commit. |
no need to roll back the commit. I will suggest converting images (gray to color, and color to gray) in each transformation branch, to decouple the transformation process from the two functions: |
Fixed bugs and tuned parameters for the following transformations.
The following transformations are working and ready for model training.
|
I fixed |
Some causes crash while some generated black images.
list:
new filter transformations,
denoising transformations,
geo transformations,
seg transformations.
Rename some of the existing transformation types to organize all transformations better.
The text was updated successfully, but these errors were encountered: