Part Number: TDA4VM
Hi Ti,
The chip model we use is TDA4VM, the SDK version is RTOS SDK8.4, and the model we use is BisenetV2.onnx YOLOV3-10.ONNX.
Specific problem description:
When I was inferring 4 images at the same time using the batch processing zone, resive, Unsqueeze, Cast, and NonMaxSuppression operators were not supported when I imported the model, but there was no problem when inferring single images with the same model. When I just change numBatches to 1 with the rest of the parameters and input images unchanged, the model import will proceed normally with no unsupported operators.
Therefore, I hope you can answer the following two questions: 1. Can you check the configuration file to see if additional parameters need to be added or if the input image format is incorrect, resulting in the failure of batch processing function? 2. Could you tell me how to realize the reasoning of four pictures at the same time?Thanks very much!
Attached are the imported configuration file, spliced pictures, and run logs.
Regards,
Kong