Enable Quiet Processing
Hi,
I'm using Augmentor in an automated process for 1000s of images. Would it be possible to add a new kwarg to process() so that it does not print anything while processing?
Currently, in my logs, it looks like this, for 1000s of images, which clogs up the logs:

Hi @nseidl, thanks for making the issue. Yes I can do that, it is a good idea so I think I will just add it as a global option actually for those who are using Augmentor in situations where no progress updates are required.
I was just having the same problem. For people who are also getting overflowing logs, you can do a quick fix by adding disable=True option where tqdm is called in Pipeline.py.
It would be really nice to have a built-in option for quiet output though :)
This is quite an old issue, but still important in some cases. Will this feature be implemented some time?
Hey everyone, is this still being actively developed?
Hey everyone, is this still being actively developed?
Hi there, at the moment only bugs are being fixed, and no new features are really being added. However, because a few more urgent bugs need to be fixed and this will be done in the next week or so, I'll make sure to add this feature in that update.
Sounds great, thanks!
On Mon, 1 Mar 2021 at 09:22, Marcus D. Bloice [email protected] wrote:
Hey everyone, is this still being actively developed?
Hi there, at the moment only bugs are being fixed, and no new features are really being added. However, because a few more urgent bugs need to be fixed and this will be done in the next week or so, I'll make sure to add this feature in that update.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mdbloice/Augmentor/issues/176#issuecomment-787754269, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSTT6C3WCCGG4TGEZMTFOLTBNFFNANCNFSM4HKBO7AA .
-- Matthias F. Brandstetter [email protected]