Marcus D. Bloice
Marcus D. Bloice
HI @holste1 - I will work on something to be able to do what you mentioned for the next version. Recently I have not had much time for Augmentor development,...
Hi @tigerdhl, yeah this could be a configuration problem with your network that you have set up. Hard to know from this code snippet. Does the network work if you...
Hi @Superzlw, hi @NUS-Tim I updated the code in version 0.2.11 of Augmentor just now. Try upgrading with `pip install --upgrade Augmentor` and let me know if this works for...
Hi @YiweiZou - so in your case the `rotate` function always results in the rotations going in the wrong direction? So for example: ```python p.rotate(probability=0.7, max_left_rotation=0, max_right_rotation=10) ``` This would...
I got the same error as this. The only way I was able to get this to work was to first make sure I didn't have the package installed with...
Hi @PengleiGao yeah this is because I used the `numpy.matrix` class and this now deprecated in newer versions of NumPy. I would need to change Pyrea's code to use the...
This has now been fixed in version 1.0.11, upgrade Pyrea using `pip install pyrea --upgrade` where it should be solved.
Thanks @romain-xu-darme, looks great I will take a closer look as soon as I can, and see if we can merge. What was causing the exceptions with 'weird' image sizes?
Ok understood! Thanks again for the PR, I will take a look ASAP, right now I am away from office.