-
Notifications
You must be signed in to change notification settings - Fork 4
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
Updating transformations #31
Conversation
fuzhanrahmanian
commented
Dec 4, 2021
- New Transformation: divided into transformations and auxiliary transformations
- Added the option for custom transformations dictionaries
- Added the option for a "standard" transformation (as suggested by lucid)
luna/featurevis/transformations.py
Outdated
return img | ||
|
||
|
||
def perform_trans(img, trans_param): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have another name. Why does this preset exist?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed the name of the variable to trans_func (after functionalizing the input). What exactly do you mean by "preset"?
Right now, this variable would be a function.
…sformations * Added the option for custom transformations dictionaries * Added the option for a "standard" transformation (as suggested by lucid)
* Removed reduntant bools from transformation functions
2ada1f1
to
bf92e09
Compare