diff options
Diffstat (limited to 'megapixels/commands')
| -rw-r--r-- | megapixels/commands/cv/face_landmark.py (renamed from megapixels/commands/cv/face_landmarks_3d.py) | 0 | ||||
| -rw-r--r-- | megapixels/commands/cv/face_pose.py | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/megapixels/commands/cv/face_landmarks_3d.py b/megapixels/commands/cv/face_landmark.py index 03ef8fc2..03ef8fc2 100644 --- a/megapixels/commands/cv/face_landmarks_3d.py +++ b/megapixels/commands/cv/face_landmark.py diff --git a/megapixels/commands/cv/face_pose.py b/megapixels/commands/cv/face_pose.py index 9979ad34..4e35210c 100644 --- a/megapixels/commands/cv/face_pose.py +++ b/megapixels/commands/cv/face_pose.py @@ -57,7 +57,7 @@ def cli(ctx, opt_fp_in, opt_fp_out, opt_dir_media, opt_data_store, opt_dataset, from app.models.bbox import BBox from app.utils import logger_utils, file_utils, im_utils - from app.processors.face_landmarks import LandmarksDLIB + from app.processors.face_landmarks_2d import LandmarksDLIB from app.processors.face_pose import FacePoseDLIB from app.models.data_store import DataStore |
