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.

[参考译文] AM68A:AM68A

Guru**** 2457760 points


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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1482614/am68a-am68a

器件型号:AM68A

工具与软件:

gchar *pipeline_str = g_strupp_printf (

    "v4l2src device=/dev/video-usb-cam0 IO-mode=2! image/jpeg、宽度=1280、高度=720! jpegdec! tiovxdlcolorconvert ! video/x-raw、格式=NV12! "

    "tiovxmultiscaler name=split src_0:roi-startx=0 src_0::roi-starty=0 src_0:roi-width=1280 src_0:roi-height=720 target=0! "

    "队列! video/x-raw、width=320、height=320! "

    "tiovxdlpreproc model=/opt/model_zoo/TFL-OD-2020-ssdLite-mobDet-DSP-coco-320x320 out-pool-size=4! application/x-tensor-tiovx! "

    "tidlinferer target=1 model=/opt/model_zoo/TFL-OD-2020-ssdLite-mobDet-DSP-coco-320x320! post.tensor"

    "拆分。 ! 队列! video/x-raw、width=480、height=480! post.Sink "

    "tidlpostproc name=post model=/opt/model_zoo/TFL-OD-2020-ssdLite-mobDet-DSP-coco-320x320 alpha=0.4 viz-threshold=0.6 top-N=5 display-model=true! "

    "TEE NAME=VIDEO_TEE! 队列! v4l2h264enc! h264parse! 队列! 多路复用。 "

    "alsasrc device=hw:0,0! audio/x-raw、format=S16LE、rate=16000、channels=1! 音频转换! 有声! "

    "avenc_AAC 比特率=128! 非常棒! 队列! 多路复用。 "

    "matroskamux name=mux! filesink location=%s sync=true"、

    output_file

  );

这是我的 TI 对象检测流水线、可保存结果。 但是、我需要以可重复使用的变量或格式从输出中单独获取类名称。 我已经检查了edgedl_inferer后处理脚本以查看是否可以从输出中打印类名。 我不熟悉 TI 电路板、是否有办法提取?