Part Number: TDA4VH-Q1
Other Parts Discussed in Thread: MIDAS
We are trying to run the MiDaS midas_v21_small_256.onnx model using the TIDL/OpenVX pipeline on the J784S4 EVM.
Steps we followed:
-
Exported the MiDaS model to ONNX with
input_names=["input"]andoutput_names=["depth"]. -
Generated the TIDL artifacts using
edgeai-tidl-tools. -
Updated
app_init()to remove display/mosaic/graphics and set input asvx_tensor.
Issue:
During graph verification, the TIDL node fails to initialize:
VX_ZONE_ERROR: [ownNodeKernelInit:704] Target kernel, TIVX_CMD_NODE_CREATE failed for node midas_tidl_obj
VX_ZONE_ERROR: [MidasOpenVxGraph] Node kernel init failed