JustinShenk / fer

Facial Expression Recognition with a deep neural network as a PyPI package
MIT License
340 stars 78 forks source link

tqdm progress bar bug #59

Closed gshubham533 closed 1 year ago

gshubham533 commented 1 year ago

If a frequency is provided, the correct progress status can be obtained by dividing the total length by the frequency.

At present, the processing is based on the actual length of the video. For instance, if I specify a frequency of 2, the processing is considered complete when 50% of the video has been processed.