nimh-dsst / dsst-defacing-pipeline

Defacing algorithm to improve and evaluate accuracy for large datasets.
2 stars 2 forks source link

Add progress bar while defacing is in progress #19

Open Arshitha opened 1 year ago

ericearl commented 1 year ago

For serial runs, this could be as simple as (pretending there's 20 and you're on the 3rd one):

[3/20]: Running @afni_refacer_run on sub-...

This could be achieved with the Python logging module as well, I think.