pengweixiang
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.  
> 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.   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