【发布时间】:2019-11-18 00:01:50
【问题描述】:
我正在使用 Tensorflow API 来检测物体,但只想检测盒子里的人。
我尝试了之前提出的解决方案,例如::How to only detect humans in object detection API Tensorflow
我放弃了除 people 之外的所有其他课程,但它对我不起作用,而且我将 num_class 更改为 1,它也不起作用。
当我将 num_class 更改为 1 时,它会返回给我名为 NA 的框。
更新:我使用名为“ssd_mobilenet_v1_coco”的预训练模型。
【问题讨论】:
标签: tensorflow detection