mirror of https://git.ffmpeg.org/ffmpeg.git
47b2328076
Add yolo support. Yolo model doesn't output final result. It outputs candidate boxes, so we need post-process to remove overlap boxes to get final results. Also, the box's coordinators relate to cell and anchors, so we need these information to calculate boxes as well. Model detail please refer to: https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/public/yolo-v2-tf Signed-off-by: Wenbin Chen <wenbin.chen@intel.com> Reviewed-by: Guo Yejun <yejun.guo@intel.com> |
||
---|---|---|
.. | ||
Makefile | ||
dnn_backend_common.c | ||
dnn_backend_common.h | ||
dnn_backend_openvino.c | ||
dnn_backend_tf.c | ||
dnn_interface.c | ||
dnn_io_proc.c | ||
dnn_io_proc.h | ||
queue.c | ||
queue.h | ||
safe_queue.c | ||
safe_queue.h |