提交 eb03a1d2 编写于 作者: T Travis CI

Deploy to GitHub Pages: 47168259

上级 cf6cc91f
...@@ -1916,33 +1916,33 @@ ...@@ -1916,33 +1916,33 @@
{ {
"name" : "min_sizes", "name" : "min_sizes",
"type" : "int array", "type" : "int array",
"comment" : "(vector<int>) ", "comment" : "(vector<int>) List of min sizes of generated prior boxes.",
"generated" : 1 "generated" : 0
}, { }, {
"name" : "max_sizes", "name" : "max_sizes",
"type" : "int array", "type" : "int array",
"comment" : "(vector<int>) ", "comment" : "(vector<int>) List of max sizes of generated prior boxes.",
"generated" : 1 "generated" : 0
}, { }, {
"name" : "aspect_ratios", "name" : "aspect_ratios",
"type" : "float array", "type" : "float array",
"comment" : "(vector<float>) ", "comment" : "(vector<float>) List of aspect ratios of generated prior boxes.",
"generated" : 1 "generated" : 0
}, { }, {
"name" : "variances", "name" : "variances",
"type" : "float array", "type" : "float array",
"comment" : "(vector<float>) ", "comment" : "(vector<float>) List of variances to be encoded in prior boxes.",
"generated" : 1 "generated" : 0
}, { }, {
"name" : "flip", "name" : "flip",
"type" : "bool", "type" : "bool",
"comment" : "(bool) ", "comment" : "(bool) Whether to flip aspect ratios.",
"generated" : 1 "generated" : 0
}, { }, {
"name" : "clip", "name" : "clip",
"type" : "bool", "type" : "bool",
"comment" : "(bool) ", "comment" : "(bool) Whether to clip out-of-boundary boxes.",
"generated" : 1 "generated" : 0
}, { }, {
"name" : "step_w", "name" : "step_w",
"type" : "float", "type" : "float",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册