There are few error when I imported the custom ONNX model with one input and two output.
Situation 1:
If I didn't set outDataNamesList, the error was as below.
keepdim for Argmax Layer shall be 1
axis for Argmax Layer shall be 1
[libprotobuf FATAL /home/a0393754/work/PSDKRA_07_02_00_02/ti-processor-sdk-rtos-j721e-evm-07_02_00_02/protobuf-3.5.1/src/google/protobuf/repeated_field.h:1522] CHECK failed: (index) < (current_size_):
terminate called after throwing an instance of 'google::protobuf::FatalException'
what(): CHECK failed: (index) < (current_size_):
Aborted (core dumped)
Situation 2:
Can not find input tensor if I didn't set inDataNamesList.
Error : Input for Layer : Not found in the input network
The network was outputted but with no layers detected.
Situation 3:
If I set inDataNamesList in config file, there was an error.
Error : Input for Layer input_tensor:input_tensor Not found in the input network
The network was outputted but with only two layers detected.