-
Notifications
You must be signed in to change notification settings - Fork 90
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
FlipAxis error #61
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically closed because it has not had recent activity. |
Just to re-open this, I think this might be the result of the latest pull request which attempted to fix flipaxis issues, but is leading to errors. I get the same issue when I try to use the new FlipAxis augmenter |
Hi @Selmaan and @ekellbuch, I'm wondering - what version of imgaug are you all using? The way I implemented the changes might require imgaug 0.4.0... |
Hi @iuls sorry for the delay, I was using imgaug version 0.3.0. I can try to update to 0.4.0 and see if this fixes the issue! |
Hi,
I am running the code for the first time. When running the demo code in examples/deeplabcut_data_example.ipynb I get the following error:
FlipAxis(data_generator, axis=0)
TypeError: Can't instantiate abstract class FlipAxis with abstract methods _augment_images
This error also appears when call the same command in the demo code in step3_train_model.ipynb
Should I be using something else? tahnks
The text was updated successfully, but these errors were encountered: