Skip to content

Progress Bars

Florian Zill requested to merge FZill/ogstools:progbars into main

Purpose

Using tqdm for lightweight progress bars, for animation and convergence study evolution evaluation. Easily applicable for all computationally expensive loops. Since some large models take a while to evaluate in post, its handy to know, how far the evaluation has come.

Also, some changes to the animation function:

  • removed timeline on top (didn't look very good)
  • small change to ffmpeg export args
Edited by Florian Zill

Merge request reports