diff options
| author | adamhrv <adam@ahprojects.com> | 2019-01-04 13:21:59 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-01-04 13:21:59 +0100 |
| commit | bff4e1c50349b0ba7d8e5fab6ce697c0b856f13f (patch) | |
| tree | f4b802439709cd6eebc6b067361dbe9573953dc7 /megapixels/commands/cv | |
| parent | b7aba5109bfdab302b82fe9021f16f73edbeb11d (diff) | |
adding 3D landmarks...
Diffstat (limited to 'megapixels/commands/cv')
| -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 |
