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

Getting error in gtf.apply_random_horizontal_flip() #76

Open
shubham7169 opened this issue Jun 13, 2020 · 2 comments
Open

Getting error in gtf.apply_random_horizontal_flip() #76

shubham7169 opened this issue Jun 13, 2020 · 2 comments

Comments

@shubham7169
Copy link
Contributor

Capture

facing issue in data transformation function apply_random_horizontal_flip.

@abhi-kumar
Copy link
Contributor

Thank you for pointing out the issue. We will get it resolved soon.

@shubham7169
Copy link
Contributor Author

shubham7169 commented Jul 29, 2020

I applied 3 transforms,
gtf.apply_random_horizontal_flip();
gtf.apply_normalize(mean=[0.485, 0.456, 0.406],
std=[0.229, 0.224, 0.225],
train=True,
val=True,
test=True
)
gtf.apply_center_crop(224,
train=True,
val=True,
test=False)
but horizontal flip is not working as we can see in output.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants