Tool/software:
Hello TI Experts,
Due to the need to test the detections_tidl_net.bin and detections_tidl_io_1.bin converted from "yolov5s6_640_ti_lite_37p4_56p0.onnx".
But the inElementType in detections_tidl_io_1.bin is VX_TYPE_FLOAT32.
So TI Expert recommends replacing tivxImgPreProcNode() with tivxDLPreProcNode().
However, this replacement will cause the screen to flicker. Please help to solve this problem.
The code base currently tested is "ti-processor-sdk-rtos-j721e-evm-08_06_00_12".
The tested APP is "vision_apps/apps/dl_demos/app_tidl_od"
The Toolchain for converting ONNX to BIN is "edgeai-tidl-tools-08_06_00_05"
"yolov5s6_640_ti_lite_37p4_56p0.onnx" from "">github.com/.../edgeai-yolov5-gplv3".
Best regard,
George Lin