[Detector Support]: Tensorrt version won't start - stuck on starting go2rtc healthcheck service #15288
Unanswered
yangrusen
asked this question in
Detector Support
Replies: 2 comments 7 replies
-
In 0.15 models are not downloaded by default and you can download a yolonas model separately to run using ONNX |
Beta Was this translation helpful? Give feedback.
5 replies
-
Hello, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem you are having
I encountered a similar issue with #9619, where my Frigate installation is trying to access the internet to download TensorRT models, but my network restrictions prevent this. Since I am in China, Frigate container cannot access the necessary URLs.
Is there a way to download the TensorRT models separately and then upload them to the appropriate folder manually? Any guidance on how to do this would be greatly appreciated!
Version
latest stable-tensorrt
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
s6-rc: info: service s6rc-fdholder: starting s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service s6rc-fdholder successfully started s6-rc: info: service fix-attrs successfully started s6-rc: info: service legacy-cont-init: starting s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service trt-model-prepare: starting s6-rc: info: service log-prepare: starting s6-rc: info: service log-prepare successfully started s6-rc: info: service nginx-log: starting s6-rc: info: service go2rtc-log: starting s6-rc: info: service frigate-log: starting s6-rc: info: service certsync-log: starting s6-rc: info: service go2rtc-log successfully started s6-rc: info: service go2rtc: starting s6-rc: info: service nginx-log successfully started s6-rc: info: service frigate-log successfully started s6-rc: info: service certsync-log successfully started s6-rc: info: service go2rtc successfully started s6-rc: info: service go2rtc-healthcheck: starting s6-rc: info: service go2rtc-healthcheck successfully started s6-rc: warning: unable to start service trt-model-prepare: command exited 4 Generating the following TRT Models: yolov7-320 Downloading yolo weights 2024-12-01 11:11:46.113449109 [INFO] Preparing new go2rtc config... 2024-12-01 11:11:47.229158848 [INFO] Starting go2rtc... 2024-12-01 11:11:47.327835284 11:11:47.327 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2 2024-12-01 11:11:47.327839481 11:11:47.327 INF config path=/dev/shm/go2rtc.yaml 2024-12-01 11:11:47.328331173 11:11:47.328 INF [api] listen addr=:1984 2024-12-01 11:11:47.328425433 11:11:47.328 INF [rtsp] listen addr=:8554 2024-12-01 11:11:47.328674906 11:11:47.328 INF [webrtc] listen addr=:8555/tcp 2024-12-01 11:11:55.930287914 [INFO] Starting go2rtc healthcheck service...
Install method
Docker CLI
Object Detector
TensorRT
Screenshots of the Frigate UI's System metrics pages
Can‘t see UI
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions