Commit 80e8153f authored by zhongshangwu's avatar zhongshangwu

fix

parent d9514269
......@@ -10,7 +10,7 @@ try:
from itertools import izip
except ImportError:
izip = zip
from helper import nms, adjust_input, generate_bbox, detect_first_stage_warpper
from AgeGenderDist.helper import nms, adjust_input, generate_bbox, detect_first_stage_warpper
class MtcnnDetector(object):
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment