sztuczna-empatia-kaczuszka/lab8/zad2/main.py

9 lines
141 B
Python
Raw Permalink Normal View History

2023-05-17 16:54:35 +02:00
from fer import FER, Video
videofile = 'smile.mp4'
video = Video(videofile)
detector = FER(mtcnn=True)
analyzed = video.analyze(detector)