errno-mmd / readfacevmd

read facial expression from photo / movie and generate VMD motion
Other
63 stars 5 forks source link

MTCNN model read error #2

Open errno-mmd opened 6 years ago

errno-mmd commented 6 years ago

下記のエラーが出て MTCNN model が読み込まれず、MTCNN face detector の代わりに HOG-SVM face detector が使われる。 ただしプログラムの実行自体はできて、正常に終了する。

Reading the MTCNN face detector from: model/mtcnn_detector/MTCNN_detector.txt MTCNN model file not found or can't be opened INFO: defaulting to HOG-SVM face detector

Linux環境で、OpenFace を /usr/local 以下にインストールした場合に発生している。 とりあえずの回避策として、readfacevmd を実行するディレクトリで ln -s /usr/local/etc/OpenFace/model . を実行してシンボリックリンクを作っておくことで解決できる。