portrait_matting
portrait_matting copied to clipboard
Error running Generate mean masks and grids.
When running the Generate mean masks and grids, I'm getting this error message.
lotlib.fontconfig_pattern', 'pyparsing', 'matplotlib.colors', 'matplotlib._color_data', 'cycler', 'matplotlib._version', 'dateutil', 'dateutil._version']
Traceback (most recent call last):
File "scripts/prepare_seg_plus_dataset.py", line 21, in
Can you help me?
Change "from .face_detector import FaceDetector" to "from face_detector import FaceDetector" will solve the problem.