tfaehse / DashcamCleaner

Censor identifiable information in videos, in particular dashcam recordings in Germany.
GNU Affero General Public License v3.0
134 stars 27 forks source link

Progress bar doesn't react to to terminal changing size #23

Closed joshinils closed 2 years ago

joshinils commented 2 years ago

you can add dynamic_ncols=True to the tqdm call to change that

tfaehse commented 2 years ago

Nice! Weird that this isn't the default setting... maybe a performance thing.

edit: yep https://github.com/tqdm/tqdm/issues/370 The influence is absolutely irrelevant for us though, so I'll gladly include it!