Open-Debin / Emotion-FAN

ICIP 2019: Frame Attention Networks for Facial Expression Recognition in Videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frame2face_afew.py遇到的问题

zzzzzzyang opened this issue · comments

作者您好,我按照您的命令,先执行python video2frame_afew.py提取出了视频帧,但执行python frame2face_afew.py只在face目录下生成了所有空文件夹,并没有对齐后的人脸,我并没有修改任何代码。请问是什么原因?

same the problem here is the error of face detection. please check the input of face detector and output of face detector. specifically, the key commend is

linux_command = 'python {:} {:} {:} {:} {:} {:}'.format(func_path, predictor_path, image_root_folder, save_root_folder, cnn_face_detector, gpu_id)

commented

您好 请问您解决这个问题了吗,我顺利裁剪出来了人脸,但是好像很多没有对齐,而且出现大部分没裁剪出来的情况,请问可不可以将您裁剪后的数据分享下

作者您好,我按照您的命令,先执行python video2frame_afew.py提取出了视频帧,但执行python frame2face_afew.py只在face目录下生成了所有空文件夹,并没有对齐后的人脸,我并没有修改任何代码。请问是什么原因?

你好,解决了吗?我也遇到了同样的问题,生成一系列空的文件夹,希望你可以给我一些帮助,谢谢