You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have a command line output option where it would print how many images are being redacted and the simple progress (e.g.,
"Redacting 1/25: , 0.00% done"
"Redacting 2/25: , 4.00% done"
). That percent done would ideally be based on the size of the input files, not the file count.
Currently, the run command is silent unless we add -v, at which point it is noisy. I'm looking for an informative middle ground.
The text was updated successfully, but these errors were encountered:
I'd like to have a command line output option where it would print how many images are being redacted and the simple progress (e.g.,
"Redacting 1/25: , 0.00% done"
"Redacting 2/25: , 4.00% done"
). That percent done would ideally be based on the size of the input files, not the file count.
Currently, the run command is silent unless we add
-v
, at which point it is noisy. I'm looking for an informative middle ground.The text was updated successfully, but these errors were encountered: