pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.84k stars 21.33k forks source link

yolo-tiny-v2 model tranfer openvino model #1609

Open ZhaoMonica opened 5 years ago

ZhaoMonica commented 5 years ago

Hello: When yolo-tiny-v2 model is transformed into openvinol, the accuracy is lost, and there are many zero values in the output value. How to deal with the problem of confusion in reasoning? Thank you very much.

AlexeyAB commented 5 years ago

@ZhaoMonica Hi, Do you use this manual for converting Yolo to OpenVINO? https://github.com/AlexeyAB/darknet#yolo-v3-in-other-frameworks

ZhaoMonica commented 5 years ago

@AlexeyAB I used darkflow to convert yolo-tiny-v2 into pb file and then into IR file.