问题标签 [tensorflow-ssd]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
22 问题
0
投票
1
回答
302
浏览
tensorflow - SSD 锚框相对于输入图像大小或特征图的比例
我在 SSD 论文上做了很多阅读,但我无法弄清楚他们何时提到 Smin0.2
到 Smax的比例0.9
,它们是指与输入图像大小相关还是与该层的特征图大小相关。有人可以帮助澄清这个事实吗?
0
投票
1
回答
107
浏览
tensorflow - 如何定义 prob_threshold 以避免在对象检测期间重复计数?
我正在使用 SSD 模型开发对象检测应用程序,并且我已经定义了边界框和 prob_threshold,当我运行代码时,我意识到模型在帧中重复计算了人。请看下面我的代码