diff options
author | Wenbin Chen <wenbin.chen@intel.com> | 2023-11-21 10:20:18 +0800 |
---|---|---|
committer | Guo Yejun <yejun.guo@intel.com> | 2023-11-26 20:38:36 +0800 |
commit | 47b2328076f865a12dd0d50aed02fbef32f69490 (patch) | |
tree | 8887d8bfd0f76bd263bbfa161e68ff2f571ae555 /tests/ref/fate/dnxhr-parse | |
parent | caa5d123a710e11686458ff563a99a0fabc4f55c (diff) | |
download | ffmpeg-47b2328076f865a12dd0d50aed02fbef32f69490.tar.gz |
libavfilter/vf_dnn_detect: Add yolo support
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>
Diffstat (limited to 'tests/ref/fate/dnxhr-parse')
0 files changed, 0 insertions, 0 deletions