We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
sample['image'] = self.apply_im(sample['image'], mode_id, True)
The text was updated successfully, but these errors were encountered:
@add if 'image2' in sample: sample['image2'] = self.apply_im(sample['image2'], mode_id, True)
Sorry, something went wrong.
it has been added in #93 , and it is waiting for the merger
No branches or pull requests
sample['image'] = self.apply_im(sample['image'], mode_id, True)
The text was updated successfully, but these errors were encountered: