Marcus D. Bloice

Results 99 comments of Marcus D. Bloice

Hi @CMCDragonkai, @VikramRadhakrishnan, @zhaoxin111, @FiReTiTi, the multi-mask feature is very close to being completed, I have been working on it the last couple of weeks, and I should have a...

I'll drop a message here @FiReTiTi once I have pushed the new version on to PyPI!

Hi @bangluqman, I am not quite sure if I follow what you mean... You can add a final resize operation to the end of the pipeline (by setting `probability=1.0`) that...

Hi, thanks for opening the issue. I am not quite sure what you mean. Could you elaborate a little? Maybe with some code of how you'd think such an operation...

Hi, ok I see what you are saying now. Well currently that won't be possible because I use PIL as a backend for most of the image operations. However, I...

Hi @devforfu, right now I have no plans to add bounding boxes or the like to Augmentor. It may happen in future, but it's not really a priority at the...

Hi @zhaoxin111, yes this is something I am working on - it's been requested a few times so it seems to be functionality that many people would find useful. So...

Hi, Yeah PIL is very specific about the types of array data it can read. A better option is to use Matplotlib's `imshow` function: Import it, and instruct it to...

By the way, I have updated the example notebooks to use `imshow` now instead of relying on `Image.fromarray`.

OK I see, so there is something about the array data what PIL does not like. Well what operations are you actually using in the pipeline? Do you know which...