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

operators.py 里的 RandomFlipOrRotation 缺失image2的变化操作 #97

Open
HaitaoWuTJU opened this issue May 24, 2022 · 2 comments
Open
Labels
bug Something isn't working

Comments

@HaitaoWuTJU
Copy link

sample['image'] = self.apply_im(sample['image'], mode_id, True)

@HaitaoWuTJU
Copy link
Author

@add
if 'image2' in sample:
sample['image2'] = self.apply_im(sample['image2'], mode_id, True)

@geoyee
Copy link
Member

geoyee commented May 25, 2022

it has been added in #93 , and it is waiting for the merger

@Bobholamovic Bobholamovic added the bug Something isn't working label Jun 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants