pengweixiang

Results 9 comments of pengweixiang

> Hi @pengweixiang , did you load the pretrained weights provided by this project? If yes, how did you crop the face and extract AU vectors? > As mentioned [here](https://github.com/donydchen/ganimation_replicate#use-own-datasets),...

> @pengweixiang , the main function goes as below. Note that you need to install [face_recognition](https://github.com/ageitgey/face_recognition) package first. > > ```python > import face_recognition > from PIL import Image >...

Did not work, the problem still exists. very strange. ![extract](https://user-images.githubusercontent.com/47731180/57853297-f3b7ca00-7817-11e9-82bb-08f973c65ff7.png) ![N_0000000376_N_0000000283](https://user-images.githubusercontent.com/47731180/57853310-ffa38c00-7817-11e9-8267-cf3f86e3c244.jpg)

> Maybe you can try to train the model with your own dataset? I suspect that it is an openface issue. I used the data you provided to re-generate the...

> The version of OpenFace I used for this project is 2.0.4. I can't search this version online. Can you provide related connections? I want to retrain the model here,...

> The source code of OpenFace v2.0.4 can be downloaded from https://github.com/TadasBaltrusaitis/OpenFace/releases/tag/OpenFace_2.0.4, and refer to https://github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation for the installation guide. Good luck. The training results are not effective. . ....

> The source code of OpenFace v2.0.4 can be downloaded from https://github.com/TadasBaltrusaitis/OpenFace/releases/tag/OpenFace_2.0.4, and refer to https://github.com/TadasBaltrusaitis/OpenFace/wiki/Unix-Installation for the installation guide. Good luck. ![191942_195985](https://user-images.githubusercontent.com/47731180/57996879-7ed8de80-7afc-11e9-9671-87363d4d86e9.jpg) ![197408_200048](https://user-images.githubusercontent.com/47731180/57996889-8dbf9100-7afc-11e9-9558-e27c552e4ce1.jpg) The result is like this, I...

> Sorry but I don't have too much insight on your codes, settings or experiment environment, so I'm afraid I can't provide any effective suggestion for your case. > But...

每个系统里面生成的表情au参数都不一样,所以你需要重新训练调整,不能直接使用demo 发自我的iPhone ------------------ Original ------------------ From: AndyWang