[test] Add SSAT testcases for yolo decoders
authorYongjoo Ahn <yongjoo1.ahn@samsung.com>
Mon, 16 Oct 2023 07:42:20 +0000 (16:42 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 17 Oct 2023 02:38:53 +0000 (11:38 +0900)
commite7710dff2b94ef809f4794367240d5d4f13e5306
treefa7e0ca0d788601757f3a55999d992849003fb49
parentdaffe83c47f64f91bc1d3f9a9a03bf6ce42ec518
[test] Add SSAT testcases for yolo decoders

- Add SSAT TCs for yolov5 and yolov8 decoder.
- Add raw input files and golden result files.

Signed-off-by: Yongjoo Ahn <yongjoo1.ahn@samsung.com>
tests/nnstreamer_decoder_boundingbox/coco-80.txt [new file with mode: 0644]
tests/nnstreamer_decoder_boundingbox/runTest.sh
tests/nnstreamer_decoder_boundingbox/yolov5_decoder_input.raw [new file with mode: 0644]
tests/nnstreamer_decoder_boundingbox/yolov5_result_golden.raw [new file with mode: 0644]
tests/nnstreamer_decoder_boundingbox/yolov5_track_result_golden.raw [new file with mode: 0644]
tests/nnstreamer_decoder_boundingbox/yolov8_decoder_input.raw [new file with mode: 0644]
tests/nnstreamer_decoder_boundingbox/yolov8_result_golden.raw [new file with mode: 0644]