Part Number: SK-AM62A-LP
Tool/software:
Hi,
I have trained and compiled the object detection model using Model Composer SDK 9.1. The Live Preview is functioning as expected.
The model is deployed on the AM62A starter kit and executed with the following command:
./app_edgeai.py ../configs/my_configuration.yaml
I have attached the screenshot of my_configuration.yaml file along with the log file for reference.
When setting kmssink to 640x480, the pipeline initializes but then de-initializes with the error: [ERROR] GStreamer error: negotiation problem.
Observations:
- When input stream resolution is set to 640x640 because the model is trained on the
yolox_s_litemodel. If a different resolution is used, the following error occurs: [ERROR] Could not get allowed GstCaps of device. - If
kmssinkoutput resolution is set to 1980x1080, the following error is encountered: [ERROR] Flow output resolution cannot be greater than input resolution.
Could you please help me understand the cause of these issues and suggest possible resolutions?
Regards,
Anusha


