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.

[参考译文] SK-AM62A-LP:自定义模型推理步骤

Guru**** 2457760 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1482061/sk-am62a-lp-custom-model-inferencing-step

器件型号:SK-AM62A-LP

工具与软件:

您好!

我已经使用 Model Composer SDK 9.1训练和编译了物体检测模型。 实时预览功能正常。

该模型部署在 AM62A 入门套件上、并通过以下命令执行:

         ./app_edgeai.py ../configs/my_configuration.yaml

我已附上 my_configuration.yaml文件的屏幕截图和日志文件以供参考。

设置kmssink为时 640x480 、管道初始化但随后取消初始化时出现错误:  [错误] GStreamer 错误:协商问题 .

观察结果:

  1.   将输入流分辨率设置为时 640x640 因为模型是根据yolox_s_lite模型训练的。 如果使用不同的分辨率、则会发生以下错误:  [ERROR]无法获取设备的允许 GstCap .
  2. IFkmssink 输出分辨率设置为 1980x1080 、遇到以下错误:  [错误]流量输出分辨率不能大于输入分辨率 .

您能否帮助我了解这些问题的原因并提出可能的解决方案?

此致、

Anusha