I am trying to run ActionNet, but the model fails.
desktop:/jetson-inference/build/aarch64/bin# actionnet csi://0 rtp://192.168.0.197:8555
[gstreamer] initialized gstreamer, version 1.14.5.0
[gstreamer] gstCamera – attempting to create device csi://0
[gstreamer] gstCamera pipeline string:
[gstreamer] nvarguscamerasrc sensor-id=0 ! video/x-raw(memory:NVMM), width=(int)1280, height=(int)720, framerate=30/1, format=(string)NV12 ! nvvidconv flip-method=2 ! video/x-raw(memory:NVMM) ! appsink name=mysink
[gstreamer] gstCamera successfully created device csi://0
[video] created gstCamera from csi://0
------------------------------------------------
gstCamera video options:
------------------------------------------------
** – URI: csi://0**
** - protocol: csi**
** - location: 0**
** – deviceType: csi**
** – ioType: input**
** – width: 1280**
** – height: 720**
** – frameRate: 30**
** – numBuffers: 4**
** – zeroCopy: true**
** – flipMethod: rotate-180**
------------------------------------------------
[gstreamer] gstEncoder – codec not specified, defaulting to H.264
[gstreamer] gstEncoder – pipeline launch string:
[gstreamer] appsrc name=mysource is-live=true do-timestamp=true format=3 ! omxh264enc name=encoder bitrate=4000000 insert-sps-pps=1 insert-vui=1 ! video/x-h264 ! rtph264pay config-interval=1 ! udpsink host=192.168.0.197 port=8555 auto-multicast=true
[video] created gstEncoder from rtp://192.168.0.197:8555
------------------------------------------------
gstEncoder video options:
------------------------------------------------
** – URI: rtp://192.168.0.197:8555**
** - protocol: rtp**
** - location: 192.168.0.197**
** - port: 8555**
** – deviceType: ip**
** – ioType: output**
** – codec: H264**
** – codecType: omx**
** – frameRate: 30**
** – bitRate: 4000000**
** – numBuffers: 4**
** – zeroCopy: true**
** – latency 10**
------------------------------------------------
[OpenGL] glDisplay – X screen 0 resolution: 1920x1080
[OpenGL] glDisplay – X window resolution: 1920x1080
[OpenGL] glDisplay – display device initialized (1920x1080)
[video] created glDisplay from display://0
------------------------------------------------
glDisplay video options:
------------------------------------------------
** – URI: display://0**
** - protocol: display**
** - location: 0**
** – deviceType: display**
** – ioType: output**
** – width: 1920**
** – height: 1080**
** – frameRate: 0**
** – numBuffers: 4**
** – zeroCopy: true**
------------------------------------------------
[TRT] failed to find model manifest file ‘networks/models.json’
[TRT] failed to find model manifest file ‘networks/models.json’
[TRT] couldn’t find built-in action model ‘resnet-18’
actionnet: failed to initialize actionNet
What can I do?