前提・実現したいこと
face morphingの実装
発生している問題・エラーメッセージ
Traceback (most recent call last):
File "<module1>", line 60, in <module>
File "<module1>", line 23, in Face_landmarks
RuntimeError: Unable to open shape_predictor_68_face_landmarks.dat
該当のソースコード
import argparse
import cv2
import numpy as np
import random
import os
import imutils
import dlib
def Face_landmarks(image_path):
print("[INFO] loading facial landmark predictor...")
detector = dlib.get_frontal_face_detector()
predictor = dlib.shape_predictor("shape_predictor_68_face_landmarks.dat")
試したこと
補足情報(FW/ツールのバージョンなど)
shape_predictor_68_face_landmarks.datはC:\pytools\dlib\python_examplesに保存
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。