pytorch-yolo-v3 icon indicating copy to clipboard operation
pytorch-yolo-v3 copied to clipboard

In my subjects,I find a problems during the person detect,that exist false retrieval.

Open Ronales opened this issue 5 years ago • 2 comments

QQ截图20190422151728

As you see in the images,The detected object is false,How can i improving this false performance.

Ronales avatar Apr 22 '19 07:04 Ronales

https://github.com/ultralytics/yolov3

Namespace(cfg='cfg/yolov3-spp.cfg', conf_thres=0.5, data_cfg='data/coco.data', images='data/samples', img_size=416, nms_thres=0.5, weights='weights/yolov3-spp.weights')
Using CPU
image 1/2 data/samples/unnamed.png: 5 persons, Done. (0.593s)

unnamed

glenn-jocher avatar Apr 22 '19 10:04 glenn-jocher

https://github.com/ultralytics/yolov3

命名空间(cfg = ' cfg / yolov3-spp.cfg ',conf_thres = 0.5,data_cfg = ' data / coco.data ',images = ' data / samples ',img_size = 416,nms_thres = 0.5,weights = ' weights / yolov3 -spp.weights ')
使用CPU 
图像1 / 2数据/样品/ unnamed.png:5人,完成。(0. 593s)

无名

thanks your reply! I change my nms_thres and own yolov3.weights,I fixed the error.I think that's overfeat problems.Because iterate 40000.

Ronales avatar Apr 28 '19 14:04 Ronales