jgraving / DeepPoseKit

a toolkit for pose estimation using deep learning

Home Page:http://deepposekit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlipAxis error

ekellbuch opened this issue · 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

commented

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

commented

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!