sztuczna-empatia-kaczuszka/lab8/zad2/main.py
Kacper Dudzic 947548214b lab8 zad2
2023-05-17 16:54:35 +02:00

9 lines
141 B
Python

from fer import FER, Video
videofile = 'smile.mp4'
video = Video(videofile)
detector = FER(mtcnn=True)
analyzed = video.analyze(detector)