コードで説明されているように、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.
notraining_with_face_landmarks.xml
およびtesting_with_face_landmarks.xml
ファイルは、次のページの helen データセットで利用できます:リンク
データセット内のすべての画像の 194 個のランドマーク ポイントの位置を含む 1 つのテキスト ファイルを含む、annotation という名前のフォルダーがあります。このファイルをtraining_with_face_landmarks.xml
.