Spaces:
Runtime error
Runtime error
File size: 218 Bytes
97a6728 |
1 2 3 4 5 6 |
from ..FB_cse_mask_face import anonymizer, detector, common
detector.score_threshold = .1
detector.face_detector_cfg.confidence_threshold = .5
detector.cse_cfg.score_thres = 0.3
anonymizer.generators.face_G_cfg = None |