【发布时间】:2020-04-22 06:00:27
【问题描述】:
我正在尝试使用 yolo v3 仅检测视频中的“人”类。
为此,我做了以下修改:
I changed number of filters (lines 603, 689, 776 ) from 255 to 18 in yolov3.cfg.
I changed the number of classes from 80 to 1 in the yolov3.cfg and the coco.data files.
I edited the coco.names file in order to leave only the "person" class.
模型运行但未检测到视频源中的任何内容。
您能否就可能出现的问题提出建议并提供建议?
谢谢, 巴甫洛斯
【问题讨论】: