JustinShenk / fer

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

Logger progress bar bug. #58

Open gshubham533 opened 1 year ago

gshubham533 commented 1 year ago

image

If frequency set to 2 (or any integer) the total frames length provided to tqdm is full length of video instead the total frame length should be divided by the frequency. (length/frequency)