DeepPoseKit icon indicating copy to clipboard operation
DeepPoseKit copied to clipboard

FlipAxis error

Open ekellbuch opened this issue 5 years ago • 5 comments

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

ekellbuch avatar Jun 15 '20 17:06 ekellbuch

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

stale[bot] avatar Jun 22 '20 20:06 stale[bot]

This issue has been automatically closed because it has not had recent activity.

stale[bot] avatar Jun 30 '20 15:06 stale[bot]

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

Selmaan avatar Jul 31 '20 19:07 Selmaan

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...

ghost avatar Oct 15 '20 13:10 ghost

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!

Selmaan avatar Oct 20 '20 22:10 Selmaan