ganimation_replicate icon indicating copy to clipboard operation
ganimation_replicate copied to clipboard

whether the project is suitable for gray images

Open runningCL opened this issue 5 years ago • 2 comments

Hello, I have a question about whether the project is suitable for gray images. When I try to convert 180000 RGB images to grayscale images and recalculate their AU values. As a result, the trained model does not change the input image.

runningCL avatar Jan 03 '20 09:01 runningCL

@donydchen

runningCL avatar Jan 03 '20 09:01 runningCL

The provided models are trained with RGB images, so directly testing the model with greyscale images might encounter some unknown issues. But for your case, I think it would be a better option if you feed the model with RGB images, and then convert the generated RGB images into greyscale images.

donydchen avatar Jan 03 '20 12:01 donydchen