【发布时间】:2018-09-21 15:28:08
【问题描述】:
我正在使用 tensorflow 对象检测 api (https://github.com/tensorflow/models/tree/master/research/object_detection) 使用 Single Shot Multibox 检测器 (SSD) 训练 CNN,然后检测图像/视频中的对象。有什么方法可以在网络中实现热图以提高模型的准确性?如果没有,您能建议我改进模型的其他方法吗?
提前致谢
【问题讨论】:
标签: tensorflow heatmap detection object-detection convolutional-neural-network