Closed geroldmeisinger closed 5 months ago
@jhc13: i don't know why in captioning_thread.py 403 the prints are deleted after the first captioning
It's because of this.
@jhc13: how to show average in progress bar? the only solution I found is with some signal-slots and manually setting progressBar.setFormat
It seems impossible, even with setFormat()
. That's why I did not add time estimates in the progress bar.
@jhc13: i don't know why in captioning_thread.py 403 the prints are deleted after the first captioning
It's because of this.
ugh, how could I miss that. can we remove it? (I want the start time in console.)
@jhc13: how to show average in progress bar? the only solution I found is with some signal-slots and manually setting progressBar.setFormat
It seems impossible, even with
setFormat()
. That's why I did not add time estimates in the progress bar.
do we want it though? then I will investigate.
can we remove it? (I want the start time in console.)
There's probably a way to work around it so that the start time isn't cleared.
do we want it though? then I will investigate.
It would be nice to have a tqdm
-like progress bar, but it might be too complicated to implement.
btw: why 80 character limit?
see #173
keep track of captioning_time, print start time, end time, avg time and duration:
added get_pretty_duration which prints in highest unit of time
@jhc13: i don't know why in captioning_thread.py 403 the prints are deleted after the first captioning:
@jhc13: how to show average in progress bar? the only solution I found is with some signal-slots and manually setting progressBar.setFormat