OpenVINO-YoloV3 icon indicating copy to clipboard operation
OpenVINO-YoloV3 copied to clipboard

IR model Results Really Bad

Open derek-zr opened this issue 5 years ago • 5 comments

[Required] Your device (RaspberryPi3, LaptopPC, or other device name): LaptopPC

[Required] Your device's CPU architecture (armv7l, x86_64, or other architecture name): I7 8700K

[Required] Your OS (Raspbian, Ubuntu1604, or other os name): Windows Subsystem Linux(Ubuntu1804) with 2019R1 openvino

[Required] Overview of problems and questions:
Thanks for your great project. The IR model perform very bad, and different from the PB result. Here is a example:(Yellow is pb model) result I also see some related issues like https://github.com/PINTO0309/OpenVINO-YoloV3/issues/23. But I think it's not the bug of the code, because the boxes is not displaced, but also have many wrong predictions. I wonder if the conversion process of mine is wrong. Here is the json: [ { "id": "TFYOLOV3", "match_kind": "general", "custom_attributes": { "classes": 4, "coords": 4, "num": 9, "mask": [3,4,5], "jitter":0.3, "ignore_thresh":0.7, "truth_thresh":1, "random":1, "anchors":[10,13,16,30,33,23,30,61,62,45,59,119,116,90,156,198,373,326], "entry_points": ["detector/yolo-v3/Reshape", "detector/yolo-v3/Reshape_4", "detector/yolo-v3/Reshape_8"] } } ]

derek-zr avatar Apr 17 '19 12:04 derek-zr

The confidence threshold is same. Both are 0.5

derek-zr avatar Apr 17 '19 12:04 derek-zr

You can update openvino version to 2019,and try it again

xiaozhishang avatar Apr 18 '19 02:04 xiaozhishang

You can update openvino version to 2019,and try it again

It's already the 2019 version. 2019.1.094

derek-zr avatar Apr 18 '19 02:04 derek-zr

You can update openvino version to 2019,and try it again

It's already the 2019 version. 2019.1.094

I am working on windows,usehttps://github.com/PINTO0309/OpenVINO-YoloV3/tree/master/cpp.

xiaozhishang avatar Apr 18 '19 02:04 xiaozhishang

You can update openvino version to 2019,and try it again

It's already the 2019 version. 2019.1.094

I am working on windows,usehttps://github.com/PINTO0309/OpenVINO-YoloV3/tree/master/cpp.

Thanks. But I wonder if it's because the conversion of pb to xml and bin. Would you mind add my QQ for more detailed discussion? QQ: 348217470

derek-zr avatar Apr 19 '19 01:04 derek-zr