We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我是用来检测球,因为用原始的,需要放大2.5倍,才能用来检测乒乓球,才检测得到,这时帧率变得很低,所以我想调小这个 cfg = { 'name': 'FaceBoxes', #'min_dim': 1024, #'feature_maps': [[32, 32], [16, 16], [8, 8]], # 'aspect_ratios': [[1], [1], [1]], 'min_sizes': [[32, 64, 128], [256], [512]],
'steps': [32, 64, 128], 'variance': [0.1, 0.2], 'clip': False, 'loc_weight': 2.0, 'gpu_train': True
}
The text was updated successfully, but these errors were encountered:
你好,请问你修改成功了吗
Sorry, something went wrong.
No branches or pull requests
我是用来检测球,因为用原始的,需要放大2.5倍,才能用来检测乒乓球,才检测得到,这时帧率变得很低,所以我想调小这个
cfg = {
'name': 'FaceBoxes',
#'min_dim': 1024,
#'feature_maps': [[32, 32], [16, 16], [8, 8]],
# 'aspect_ratios': [[1], [1], [1]],
'min_sizes': [[32, 64, 128], [256], [512]],
'min_sizes': [[8, 16, 32], [64], [128]],
}
The text was updated successfully, but these errors were encountered: