video-politics-censor-certify/algorithm/face_detector/config.py

16 lines
374 B
Python

cfg_rfb = {
'name': 'RFB',
'min_sizes': [[10, 16, 24], [32, 48], [64, 96], [128, 192, 256]],
'steps': [8, 16, 32, 64],
'variance': [0.1, 0.2],
'clip': False,
'loc_weight': 2.0,
'gpu_train': True,
'batch_size': 32,
'ngpu': 1,
'epoch': 250,
'decay1': 190,
'decay2': 220,
'image_size': 300,
'confidence_threshold':0.02,
}