Skip to content

Commit

Permalink
🔨 Changing importing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Achraf KHAZRI authored and Achraf KHAZRI committed Oct 3, 2019
1 parent a8a31dc commit 3ab20cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions face_api/mtcnn.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import face_api.resources.mtcnn.mtcnn as mtcnn
import cv2 as cv
import os
import tensorflow as tf

class TensorflowMTCNNFaceDetector():
def __init__(self, model_path=os.path.join(os.path.dirname(__file__), 'models/mtcnn')):
Expand Down

0 comments on commit 3ab20cb

Please sign in to comment.