Donny Chen

Results 80 comments of Donny Chen

Hi, @c1a1o1 , what is the version of your PyTorch? It looks like the error you posted is raised by the PyTorch framework, and the project is built and tested...

> > > My celebA images is here: > > F:\pytorchgan\ganimation_replicate-master\datasets\celebA\imgs That is exactly the same relative path as I used. I look deeper into your error info, and I...

@c1a1o1 , similar case and discussion can be seen at https://discuss.pytorch.org/t/cant-pickle-local-object-dataloader-init-locals-lambda/31857

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), this project...

@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 def crop_face(img_path, size=(128, 128)): face_im =...

Maybe you can try to train the model with your own dataset?

The version of OpenFace I used for this project is 2.0.4.

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.

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 if you...

Hi @ak9250 , many thanks for your suggestion. However, I'm busy doing research on other topic these days, so I'm afraid I don't have time to update the project for...