Closed kenokenobingo closed 4 years ago
Are you using the 68 point landmarks or are they larger? Compare your landmarks to the example ones and ensure they are similar in length.
@macriluke, I used less, but I forgot to strip the space between two values: It’s supposed to be 80,81
instead of 80, 81
, for example.
After successfully using the provided images for training, I’d like to create my own larger dataset from the FaceForensics footage. So I generated image sequences with
ffmpeg
and keypoints withdlib
. When I try to start the training script, I get the following error. What exactly is the problem?