Skip to content
New issue

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

将min_sizes改为[[8, 16, 32], [64], [128]],会报错,输出框个数是固定了的吗? #74

Open
121649982 opened this issue Feb 18, 2020 · 1 comment

Comments

@121649982
Copy link

121649982 commented Feb 18, 2020

我是用来检测球,因为用原始的,需要放大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]],

'steps': [32, 64, 128],
'variance': [0.1, 0.2],
'clip': False,
'loc_weight': 2.0,
'gpu_train': True

}

@Mobu59
Copy link

Mobu59 commented Nov 19, 2021

你好,请问你修改成功了吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants