xionghc / Facial-Expression-Recognition

Facial-Expression-Recognition in TensorFlow. Detecting faces in video and recognize the expression(emotion).
GNU General Public License v3.0
637 stars 190 forks source link

how to save like the jpg of AmazingKelly,w #31

Closed liuhuihuii closed 5 years ago

liuhuihuii commented 5 years ago

When I run the demo, It just save the a.jpg about 48 * 48,only size 2 KB

liuhuihuii commented 5 years ago

Urgent!!Can you tell me how to save the pic like AmazingKelly automatically,thank you very much.

xionghc commented 5 years ago

Add cv2.imsave('amazing.jpg', frame) in demo.py before line 121.

zhanghongruiupup commented 5 years ago

你好,运行main.py,能打开摄像头,但是没有识别出表情。谢谢

xionghc commented 5 years ago

@zhanghongruiupup Pressing SPACE button to capture emotion.