ChenYingpeng / caffe-yolov3

A real-time object detection framework of Yolov3/v4 based on caffe
474 stars 231 forks source link

image im = mat_to_image(mat); #74

Open pangxiaowen opened 4 years ago

pangxiaowen commented 4 years ago

在src/detector.cpp中 image im = mat_to_image(mat); 之后是否应该调用void rgbgr_image(image im) 对图片进行处理呢?