我正在尝试通过在 helen 数据集上执行 train_dlib_shape_predictor_ex.cpp 来训练 Dlib 的形状预测器,如代码中所述,我将测试图像放在形状预测器当前目录中的人脸文件夹中。但是当我运行代码时,它会抛出以下异常:
C:\train_shape_predictor_ex\Release>train_shape_predictor_ex test
exception thrown!
ERROR: unable to open test/training_with_face_landmarks.xml for reading.
因为没有training_with_face_landmarks.xml
,并且testing_with_face_landmarks.xml
文件在以下页面的海伦数据集中可用:链接
有一个名为 annotation 的文件夹,其中包含一个文本文件,其中包含数据集中每个图像的 194 个地标点位置。如何将此文件转换为training_with_face_landmarks.xml
.