mittagessen / kraken

OCR engine for all the languages
http://kraken.re
Apache License 2.0
724 stars 130 forks source link

Missing time display during `ketos compile` #504

Closed stweil closed 4 months ago

stweil commented 1 year ago

ketos compile does not show the used and estimated remaining time (like it is done for training and recognition):

Extracting lines ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━   5% 3224/59851 -:--:-- -:--:--
mittagessen commented 1 year ago

The rich progress bars do that if the variance between each step is too high to compute a decent running average for time estimation. There isn't much that can be done in that case.

stweil commented 1 year ago

I observe a rather smooth progress during the compile process, and the elapsed time does not depend on the variance at all. Therefore I assumed that the progress bar did not get any data from the compile process.

mittagessen commented 1 year ago

Ah you're not even getting any elapsed time? Hm, that's weird and probably a bug. I'll take a look.

colibrisson commented 1 year ago

Same here, progression is very smooth but the progress bar display neither the remaining time nor elapsed time.