JustinShenk/fer

Issue while using audio=True parameter in analyze function

AshwiniN91 opened this issue · 2 comments

Testing a video file having audio in it.

I have followed the pre-requisite of installing:
!pip install ffmpeg moviepy

Tried comparing the output using two approaches:

  1. include_audio = True
Screenshot_1 Screenshot_2
  1. include_audio = False
Screenshot_4 Screenshot_3

Could you confirm if the observed differences in emotion detection results are expected when comparing video files with and without audio? Shouldn't the presence or absence of audio have no impact on the percentage of emotions detected?

Thanks,
Ashwini

Thank you for your inputs. I'll keep you updated if I come across a solution.