本文介绍了tensorflow object detection api 用于物体检测,但效果不佳的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对小物体使用了tensorflow object detection api和RFCN_resnet101,但是有时候检测结果不好,会检测到有offset的物体,有时候会误检测到物体.有大佬知道怎么处理吗?

I used tensorflow object detection api with RFCN_resnet101 for little objects, but sometimes the detection result is not good, it will detect the object with offset, and sometimes it detects an object by mistake. Does anyone knows how to deal with it?

推荐答案

为什么不使用faster_rcnn_inception_resnet_v2_atrous_coco ...对于小物体,我的goto选项

why not use faster_rcnn_inception_resnet_v2_atrous_coco ... for small objects its my goto option

这篇关于tensorflow object detection api 用于物体检测,但效果不佳的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-22 16:37