This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: Inference for Object Detection model trained for TDA4VM using Edgeai-modelmaker

Part Number: TDA4VM
Other Parts Discussed in Thread: DRA829, AM67A

Tool/software:

I have trained a yolox_s_lite (yolox_s_lite_640x640_20220221_checkpoint.pth) on custom dataset using Edgeai-modelmaker for 100 epochs, my desired EVM is TDA4VM

the model should have been compiled their itself with Edgeai-modelmaker but the error encountered after training was,

FileNotFoundError: [Errno 2] No such file or directory: '/home/chai/edgeai-tensorlab/edgeai-modelmaker/data/projects/classwise/run/20250821-175504/yolox_s_lite/compilation/pkg/artifacts.yaml'

So After training I got the .onnx and .prototxt file , then I compiled the model using edgeai-tidl-tools , now I want the inference on the video with this model to validate its detections, but I am not able find a proper way to have inference from a custom trained model.

I am trying on the edgeai-studio-model analyzer for the inference but I am not able to find a option to upload a custom trained model. So till now we haven't been able to test our custom trained yolox_s_lite model on video or image. can you help with some of the methods for inference in this case ?