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:
- include_audio = True


- include_audio = False


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
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:
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