summaryrefslogtreecommitdiff
path: root/megapixels/commands/demo/face_detection.py
diff options
context:
space:
mode:
Diffstat (limited to 'megapixels/commands/demo/face_detection.py')
-rw-r--r--megapixels/commands/demo/face_detection.py2
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