你好,我在板子上用的是PROCESSOR-SDK-LINUX-SK-TDA4VM 08060103的版本。
请问怎么用自己的视频代替内置的视频?对视频有哪些要求?
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.
可以用h.264, h.265视频,请参考下面的SDK user guide。
https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-edgeai/TDA4VM/09_00_00/exports/docs/common/configuration_file.html#video-sources
你好,我把视频转换为H.264的格式后,放进板子里,板子里一直跑不出来视频,并且一直卡住,ctrl+c也没法退出,只能断电退出。
这是抓取的log
libtidl_onnxrt_EP loaded 0x335ef270
Final number of subgraphs created are : 1, - Offloaded Nodes - 289, Total Nodes - 289
APP: Init ... !!!
MEM: Init ... !!!
MEM: Initialized DMA HEAP (fd=4) !!!
MEM: Init ... Done !!!
IPC: Init ... !!!
IPC: Init ... Done !!!
REMOTE_SERVICE: Init ... !!!
REMOTE_SERVICE: Init ... Done !!!
101.597246 s: GTC Frequency = 200 MHz
APP: Init ... Done !!!
101.600542 s: VX_ZONE_INIT:Enabled
101.600550 s: VX_ZONE_ERROR:Enabled
101.600553 s: VX_ZONE_WARNING:Enabled
101.601435 s: VX_ZONE_INIT:[tivxInitLocal:130] Initialization Done !!!
101.602555 s: VX_ZONE_INIT:[tivxHostInitLocal:93] Initialization Done for HOST !!!
)0[1;67r[m[4l[?7h[H[J
+--------------------------------------------------------------------------+
| Object Detection[3;77H|
+--------------------------------------------------------------------------+
+--------------------------------------------------------------------------+
| Input Src: /opt/edgeai-test-data/videos/video_0004.h264[6;77H|
| Model Name: ONR-OD-8200-yolox-nano-lite-mmdet-coco-416x416[7;77H|
| Model Type: detection[8;77H|
+--------------------------------------------------------------------------+
+--------------------------------------------------------------------------+[H[J
+--------------------------------------------------------------------------+
| Object Detection[3;77H|
+--------------------------------------------------------------------------+
+--------------------------------------------------------------------------+
| Input Src: /opt/edgeai-test-data/videos/video_0004.h264[6;77H|
| Model Name: ONR-OD-8200-yolox-nano-lite-mmdet-coco-416x416[7;77H|
| Model Type: detection[8;77H|
+--------------------------------------------------------------------------+
+--------------------------------------------------------------------------+[H[J
+--------------------------------------------------------------------------+
| Object Detection[3;77H|
+--------------------------------------------------------------------------+
+--------------------------------------------------------------------------+
| Input Src: /opt/edgeai-test-data/videos/video_0004.h264[6;77H|
| Model Name: ONR-OD-8200-yolox-nano-lite-mmdet-coco-416x416[7;77H|
| Model Type: detection[8;77H|
+--------------------------------------------------------------------------+
+--------------------------------------------------------------------------+[H[J
+--------------------------------------------------------------------------+
| Object Detection[3;77H|
+--------------------------------------------------------------------------+
+--------------------------------------------------------------------------+
| Input Src: /opt/edgeai-test-data/videos/video_0004.h264[6;77H|
| Model Name: ONR-OD-8200-yolox-nano-lite-mmdet-coco-416x416[7;77H|
| Model Type: detection[8;77H|
+--------------------------------------------------------------------------+
+--------------------------------------------------------------------------+[H[J
+--------------------------------------------------------------------------+
| Object Detection[3;77H|
+--------------------------------------------------------------------------+
+--------------------------------------------------------------------------+
| Input Src: /opt/edgeai-test-data/videos/video_0004.h264[6;77H|
| Model Name: ONR-OD-8200-yolox-nano-lite-mmdet-coco-416x416[7;77H|
| Model Type: detection[8;77H|
+--------------------------------------------------------------------------+
+--------------------------------------------------------------------------+[H[J
+--------------------------------------------------------------------------+
| Object Detection[3;77H|
+--------------------------------------------------------------------------+
+--------------------------------------------------------------------------+
| Input Src: /opt/edgeai-test-data/videos/video_0004.h264[6;77H|
| Model Name: ONR-OD-8200-yolox-nano-lite-mmdet-coco-416x416[7;77H|
| Model Type: detection[8;77H|
+--------------------------------------------------------------------------+
+--------------------------------------------------------------------------+[H[J
+--------------------------------------------------------------------------+
我换了其他版本可以跑在我自己的视频。
请问其他版本是哪个版本?
另外,我把您的问题转给e2e论坛上的工程师,请回复一下他的问题,谢谢。
Does the width and height of the video match what is defined in the input section? Could you share the yaml file being used?