diff options
author | Wenbin Chen <wenbin.chen@intel.com> | 2023-12-27 12:16:58 +0800 |
---|---|---|
committer | Guo Yejun <yejun.guo@intel.com> | 2023-12-30 12:12:58 +0800 |
commit | 56c5930ec36be3bc63a27913d6f0a199912220c5 (patch) | |
tree | 1806e94896032e031fb050675c6b8eed5a8065cc /libavformat | |
parent | 86435582a62bd80b1af0e14ef703da18d6996994 (diff) | |
download | ffmpeg-56c5930ec36be3bc63a27913d6f0a199912220c5.tar.gz |
libavfilter/vf_dnn_detect: Add two outputs ssd support
For this kind of model, we can directly use its output as final result
just like ssd model. The difference is that it splits output into two
tensors. [x_min, y_min, x_max, y_max, confidence] and [lable_id].
Model example refer to: https://github.com/openvinotoolkit/open_model_zoo/tree/master/models/intel/person-detection-0106
Signed-off-by: Wenbin Chen <wenbin.chen@intel.com>
Reviewed-by: Guo Yejun <yejun.guo@intel.com>
Diffstat (limited to 'libavformat')
0 files changed, 0 insertions, 0 deletions