[HW Accel Support]: s6-rc: warning: unable to start service trt-model-prepare: command exited 4 #12526
Unanswered
depingchen
asked this question in
Hardware Acceleration Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I installed a frigate on Jetson Nano and was able to successfully pull the Tensorrt image, but I couldn't start the service and couldn't open the web UI. The error message is as follows. May I ask if there are any professionals who can provide guidance? Thank you for your help.
Steps to reproduce
my config.yml:
mqtt:
enabled: False
cameras:
dummy_camera: # <--- this will be changed to your actual camera later
enabled: False
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:554/rtsp
roles:
- detect
my docker cli command:
docker run -d
--name demo
--restart=unless-stopped
--mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000
--device /dev/bus/usb:/dev/bus/usb
--shm-size=64mb
-v /home/jetson/Demo/storage:/media/frigate
-v /home/jetson/Demo/config:/config
-v /etc/localtime:/etc/localtime:ro
-e FRIGATE_RTSP_PASSWORD='xxxxx'
-e 'YOLO_MODELS'='yolov7-tiny-416'
-p 5000:5000
-p 1935:1935
-p 8554:8554
--runtime nvidia
ghcr.io/blakeblackshear/frigate:stable-tensorrt-jp5
Version
ghcr.io/blakeblackshear/frigate:stable-tensorrt-jp5
Frigate config file
Relevant log output
Operating system
Other Linux
Install method
Docker CLI
Network connection
Wired
Camera make and model
N
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions