diff options
| author | Adam Harvey <adam@ahprojects.com> | 2019-01-07 18:49:09 +0100 |
|---|---|---|
| committer | Adam Harvey <adam@ahprojects.com> | 2019-01-07 18:49:09 +0100 |
| commit | c67a3c23190287f747989e5dc7725e1657edf8f1 (patch) | |
| tree | 5ff47ab72e6fb146f66730db06fc3b91265dd769 /megapixels/commands/demo/face_detection.py | |
| parent | 55b9734d131a197166156566d1b999a8bb59169b (diff) | |
add age, gender, emotion stubs
Diffstat (limited to 'megapixels/commands/demo/face_detection.py')
| -rw-r--r-- | megapixels/commands/demo/face_detection.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/megapixels/commands/demo/face_detection.py b/megapixels/commands/demo/face_detection.py index fb23704b..488cc80d 100644 --- a/megapixels/commands/demo/face_detection.py +++ b/megapixels/commands/demo/face_detection.py @@ -39,8 +39,6 @@ def cli(ctx, opt_fp_in, opt_fp_out, opt_gpu, opt_size, opt_force, opt_display): import pandas as pd import cv2 as cv import dlib - from PIL import Image - import matplotlib.pyplot as plt from app.utils import logger_utils, file_utils, im_utils, display_utils, draw_utils from app.utils import plot_utils |
