[Config Support]: #15592
[Config Support]:
#15592
-
Describe the problem you are havingIn testing configuration (looping mp4s) and in regular configuration with live cameras, an event will trigger but when I go to play back the recording it hangs (spinning circle) or even says not available. It seems inconsistent, as sometimes it works. Version0.14.1-f4f3cfa Frigate config filemqtt:
enabled: true
host: 192.168.1.30
port: 1883
topic_prefix: frigate
user: '{FRIGATE_MQTT_USER}'
password: '{FRIGATE_MQTT_PASSWORD}'
##### Logging
logger:
default: info
logs:
frigate.detectors: debug
##### Video
ffmpeg:
hwaccel_args: preset-nvidia-h264
##### Recording
record:
# sync_recordings: true
retain:
days: 0 # <----- "3" for reduced settings, "0" for events only
mode: all # <----- "motion" for reduced settings, "all" for events only preset
events:
pre_capture: 10
post_capture: 10
retain:
default: 30
mode: motion
##### Detection
detectors:
tensorrt:
type: tensorrt
device: 0
audio:
enabled: true
##### Snapshots
snapshots:
enabled: true
timestamp: true
bounding_box: true
retain:
default: 10
##### Model
model:
# path: /config/model_cache/tensorrt/yolov4-tiny-416.trt # <----- Tiny Model
path: /config/model_cache/tensorrt/yolov4-416.trt # <----- Full model
input_tensor: nchw
input_pixel_format: rgb
width: 416
height: 416
labelmap:
15: cat # <----- was incorrectly mapped as "15: bird" but 15 is cat
16: dog # <----- was incorrectly mapped as "16: cat" but 16 is dog
##### Objects
objects:
track:
- person
- car
- cat
- dog
# filters:
# cat:
# min_score: 0.6 #
# dog:
# min_score: 0.6
###### Review Settings (Global)
review:
alerts:
labels:
- person
- car
# detections:
# labels:
# - person
# - car
# - cat
# - dog
###### Web streams
go2rtc:
streams:
Livingroom:
- ffmpeg:rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.10/h264Preview_01_main
- rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.10/h264Preview_01_main
Livingroom_sub:
- ffmpeg:rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.10/h264Preview_01_sub
- rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.10/h264Preview_01_sub
Kitchen:
- ffmpeg:rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.11/h264Preview_01_main
- rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.11/h264Preview_01_main
Kitchen_sub:
- ffmpeg:rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.11/h264Preview_01_sub
- rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.11/h264Preview_01_sub
# Driveway:
# - ffmpeg:rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.12/h264Preview_01_main
# - rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.12/h264Preview_01_main
# Driveway_sub:
# - ffmpeg:rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.12/h264Preview_01_sub
# - rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.12/h264Preview_01_sub
Porch:
- ffmpeg:rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.13/h264Preview_01_main
- rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.13/h264Preview_01_main
Porch_sub:
- ffmpeg:rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.13/h264Preview_01_sub
- rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.13/h264Preview_01_sub
###### Cameras
cameras:
## LIVINGROOM ##
Livingroom:
enabled: true
record: # <----- Recording setting
enabled: false
detect:
enabled: false
width: 1280
height: 720
audio:
enabled: false
ffmpeg:
inputs:
- path:
rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.10/h264Preview_01_sub # <----- The stream you want to use for detection.. add one for recording later
input_args: preset-rtsp-restream
roles:
- detect
- audio
- path:
rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.10/h264Preview_01_main # <----- Recording stream
input_args: preset-rtsp-restream
roles:
- record
output_args:
record: preset-record-generic-audio-aac # <----- audio on recordings
onvif:
host: 192.168.80.10
port: 8000
user: '{FRIGATE_REOLINK_USER}'
password: '{FRIGATE_REOLINK_PASSWORD}'
review:
detections:
labels:
- person
- car
- cat
- dog
alerts:
labels: []
## KITCHEN ##
Kitchen:
enabled: true
record: # <----- Recording setting
enabled: false
detect:
enabled: false
width: 1280
height: 720
review:
detections:
labels:
- person
- cat
- dog
- car
alerts:
labels: []
audio:
enabled: false
ffmpeg:
inputs:
- path:
rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.11/h264Preview_01_sub # <----- The stream you want to use for detection.. add one for recording later
input_args: preset-rtsp-restream
roles:
- detect
- audio
- path:
rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.11/h264Preview_01_main
input_args: preset-rtsp-restream
roles:
- record
output_args:
record: preset-record-generic-audio-aac # <----- audio on recordings
onvif:
host: 192.168.80.11
port: 8000
user: '{FRIGATE_REOLINK_USER}'
password: '{FRIGATE_REOLINK_PASSWORD}'
## DRIVEWAY ##
Driveway:
enabled: true
record: # <----- Recording setting
enabled: true
detect:
enabled: true
width: 1280
height: 720
review:
alerts:
required_zones: Driveway_zone
# ffmpeg:
# inputs:
# - path:
# rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.12/h264Preview_01_sub # <----- The stream you want to use for detection.. add one for recording later
# input_args: preset-rtsp-restream
# roles:
# - detect
# - audio
# - path:
# rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.12/h264Preview_01_main
# input_args: preset-rtsp-restream
# roles:
# - record
# output_args:
# record: preset-record-generic-audio-aac # <----- audio on recordings
ffmpeg: ## TESTING CONFIG ##
inputs:
- path: /media/frigate/testing/car.mp4 # TESTING
input_args: -re -stream_loop -1 -fflags +genpts # TESTING
roles:
- detect
- audio
- record
# output_args:
# record: preset-record-generic-audio-aac # <----- audio on recordings
onvif:
host: 192.168.80.12
port: 8000
user: '{FRIGATE_REOLINK_USER}'
password: '{FRIGATE_REOLINK_PASSWORD}'
zones:
Street:
coordinates: 0,0.51,0,0.865,0.17,0.677,0.438,0.346,0.778,0.087,0.727,0.02,0.29,0.286
loitering_time: 0
inertia: 3
Driveway_zone:
coordinates: 0.92,0.359,0.597,0.269,0.444,0.365,0.079,0.844,0.162,1,0.995,1,1,0.383
loitering_time: 0
motion:
mask: 0.008,0.068,0.308,0.074,0.311,0.02,0.009,0.015 # <----- Timestamp Mask
## PORCH ##
threshold: 30
contour_area: 10
improve_contrast: 'true'
Porch:
enabled: true
record:
enabled: true
detect:
enabled: true
width: 1280
height: 720
review:
alerts:
required_zones:
- Porch_zone
- Front_Yard
ffmpeg:
inputs:
- path:
rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.13/h264Preview_01_sub # <----- The stream you want to use for detection.. add one for recording later
input_args: preset-rtsp-restream
roles:
- detect
- audio
- path:
rtsp://{FRIGATE_REOLINK_USER}:{FRIGATE_REOLINK_PASSWORD}@192.168.80.13/h264Preview_01_main
input_args: preset-rtsp-restream
roles:
- record
output_args:
record: preset-record-generic-audio-aac # <----- audio on recordings
# ffmpeg: ## TESTING CONFIG ##
# hwaccel_args: preset-nvidia-h264
# inputs:
# - path: /media/frigate/testing/car.mp4 # TESTING
# input_args: -re -stream_loop -1 -fflags +genpts # TESTING
# roles:
# - detect
# - audio
# - record
# output_args:
# record: preset-record-generic-audio-aac # <----- audio on recordings
# review:
# alerts:
# labels:
# - person
# - cat
# - dog
# - car
# required_zones:
# - Porch_zone
# - Front_Yard
onvif:
host: 192.168.80.13
port: 8000
user: '{FRIGATE_REOLINK_USER}'
password: '{FRIGATE_REOLINK_PASSWORD}'
motion:
mask: 0.005,0.078,0.428,0.083,0.43,0.011,0.006,0.01
zones:
Street:
coordinates:
0.998,0.755,0.805,0.5,0.542,0.237,0.343,0.105,0.342,0.005,0.47,0.009,0.794,0.17,0.955,0.346,0.999,0.445
loitering_time: 0
inertia: 3
Porch_zone:
coordinates:
0.334,0.347,0.322,0.331,0.31,0.339,0.288,0.313,0.16,0.388,0.253,0.999,0.828,0.998,0.338,0.388
loitering_time: 0
objects:
- cat
- dog
- person
Front_Yard:
coordinates: 0.509,0.266,0.78,0.56,0.901,0.722,0.876,0.815,0.345,0.243,0.455,0.206
loitering_time: 0
objects:
- cat
- dog
- person
##### Groups
camera_groups:
Indoors:
order: 2
icon: LuCat
cameras:
- Kitchen
- Livingroom
Outdoors:
order: 1
icon: LuTreePine
cameras:
- Driveway
- Porch
version: 0.14 Relevant Frigate log output2024-12-18 23:59:10.076840235 [INFO] Preparing Frigate...
2024-12-18 23:59:10.092371695 [INFO] Starting Frigate...
2024-12-18 23:59:11.489432544 [2024-12-18 23:59:11] frigate.app INFO : Starting Frigate (0.14.1-f4f3cfa)
2024-12-18 23:59:11.489513071 [2024-12-18 23:59:11] frigate.util.config INFO : Checking if frigate config needs migration...
2024-12-18 23:59:11.546183811 [2024-12-18 23:59:11] frigate.util.config INFO : frigate config does not need migration...
2024-12-18 23:59:13.401731016 [2024-12-18 23:59:13] peewee_migrate.logs INFO : Starting migrations
2024-12-18 23:59:13.401839956 [2024-12-18 23:59:13] peewee_migrate.logs INFO : There is nothing to migrate
2024-12-18 23:59:14.560391505 [2024-12-18 23:59:14] frigate.app INFO : Recording process started: 361
2024-12-18 23:59:14.568061842 [2024-12-18 23:59:14] frigate.app INFO : Recording process started: 370
2024-12-18 23:59:14.572498284 [2024-12-18 23:59:14] frigate.app INFO : go2rtc process pid: 107
2024-12-18 23:59:14.604177617 [2024-12-18 23:59:14] detector.tensorrt INFO : Starting detection process: 390
2024-12-18 23:59:14.820665379 [2024-12-18 23:59:14] frigate.app INFO : Output process started: 392
2024-12-18 23:59:14.820685350 [2024-12-18 23:59:14] frigate.app INFO : Camera processor started for Livingroom: 407
2024-12-18 23:59:14.822199422 [2024-12-18 23:59:14] frigate.app INFO : Camera processor started for Kitchen: 410
2024-12-18 23:59:14.822203154 [2024-12-18 23:59:14] frigate.app INFO : Camera processor started for Driveway: 416
2024-12-18 23:59:14.822208078 [2024-12-18 23:59:14] frigate.app INFO : Camera processor started for Porch: 420
2024-12-18 23:59:14.822210883 [2024-12-18 23:59:14] frigate.app INFO : Capture process started for Livingroom: 433
2024-12-18 23:59:14.822227478 [2024-12-18 23:59:14] frigate.app INFO : Capture process started for Kitchen: 443
2024-12-18 23:59:14.822230197 [2024-12-18 23:59:14] frigate.app INFO : Capture process started for Driveway: 447
2024-12-18 23:59:14.822232371 [2024-12-18 23:59:14] frigate.app INFO : Capture process started for Porch: 451
2024-12-18 23:59:14.822257733 [2024-12-18 23:59:14] frigate.app INFO : Audio process started: 456
2024-12-18 23:59:15.090658556 [2024-12-18 23:59:14] frigate.detectors.plugins.tensorrt DEBUG : Num Available Devices: 1
2024-12-18 23:59:15.095500546 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::BatchedNMSDynamic_TRT version 1
2024-12-18 23:59:15.095628681 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::BatchedNMS_TRT version 1
2024-12-18 23:59:15.095784242 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::BatchTilePlugin_TRT version 1
2024-12-18 23:59:15.095917857 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::Clip_TRT version 1
2024-12-18 23:59:15.096111488 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::CoordConvAC version 1
2024-12-18 23:59:15.096114244 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::CropAndResizeDynamic version 1
2024-12-18 23:59:15.096188973 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::CropAndResize version 1
2024-12-18 23:59:15.096264907 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::DecodeBbox3DPlugin version 1
2024-12-18 23:59:15.096431302 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::DetectionLayer_TRT version 1
2024-12-18 23:59:15.096519459 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::EfficientNMS_Explicit_TF_TRT version 1
2024-12-18 23:59:15.096606700 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::EfficientNMS_Implicit_TF_TRT version 1
2024-12-18 23:59:15.096680227 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::EfficientNMS_ONNX_TRT version 1
2024-12-18 23:59:15.096870271 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::EfficientNMS_TRT version 1
2024-12-18 23:59:15.097115266 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::FlattenConcat_TRT version 1
2024-12-18 23:59:15.097117935 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::fMHA_V2 version 1
2024-12-18 23:59:15.097244736 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::fMHCA version 1
2024-12-18 23:59:15.097247208 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::GenerateDetection_TRT version 1
2024-12-18 23:59:15.097329167 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::GridAnchor_TRT version 1
2024-12-18 23:59:15.097925427 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::GridAnchorRect_TRT version 1
2024-12-18 23:59:15.097928644 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::GroupNorm version 1
2024-12-18 23:59:15.097935991 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::InstanceNormalization_TRT version 1
2024-12-18 23:59:15.097938269 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::InstanceNormalization_TRT version 2
2024-12-18 23:59:15.097940032 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::LayerNorm version 1
2024-12-18 23:59:15.097941748 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::LReLU_TRT version 1
2024-12-18 23:59:15.097943611 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::MultilevelCropAndResize_TRT version 1
2024-12-18 23:59:15.097946753 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::MultilevelProposeROI_TRT version 1
2024-12-18 23:59:15.097986689 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::MultiscaleDeformableAttnPlugin_TRT version 1
2024-12-18 23:59:15.098156464 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::NMSDynamic_TRT version 1
2024-12-18 23:59:15.098159057 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::NMS_TRT version 1
2024-12-18 23:59:15.098161309 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::Normalize_TRT version 1
2024-12-18 23:59:15.098242778 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::PillarScatterPlugin version 1
2024-12-18 23:59:15.098314249 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::PriorBox_TRT version 1
2024-12-18 23:59:15.098436876 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::ProposalDynamic version 1
2024-12-18 23:59:15.098745777 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::ProposalLayer_TRT version 1
2024-12-18 23:59:15.098921028 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::Proposal version 1
2024-12-18 23:59:15.099001851 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::PyramidROIAlign_TRT version 1
2024-12-18 23:59:15.099073852 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::Region_TRT version 1
2024-12-18 23:59:15.099144914 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::Reorg_TRT version 1
2024-12-18 23:59:15.099210733 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::ResizeNearest_TRT version 1
2024-12-18 23:59:15.099278808 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::ROIAlign_TRT version 1
2024-12-18 23:59:15.099354966 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::RPROI_TRT version 1
2024-12-18 23:59:15.099472769 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::ScatterND version 1
2024-12-18 23:59:15.099563575 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::SeqLen2Spatial version 1
2024-12-18 23:59:15.099722544 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::SpecialSlice_TRT version 1
2024-12-18 23:59:15.099835802 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::SplitGeLU version 1
2024-12-18 23:59:15.099950869 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::Split version 1
2024-12-18 23:59:15.100042820 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Registered plugin creator - ::VoxelGeneratorPlugin version 1
2024-12-18 23:59:15.551738577 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt INFO : Loaded engine size: 382 MiB
2024-12-18 23:59:15.737724992 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Trying to load shared library libcublas.so.11
2024-12-18 23:59:15.737837095 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Loaded shared library libcublas.so.11
2024-12-18 23:59:15.757570449 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Using cublas as plugin tactic source
2024-12-18 23:59:15.757658468 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Using cublas as core library tactic source
2024-12-18 23:59:15.757778667 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +6, GPU +8, now: CPU 522, GPU 666 (MiB)
2024-12-18 23:59:15.757990321 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Trying to load shared library libcudnn.so.8
2024-12-18 23:59:15.758106638 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Loaded shared library libcudnn.so.8
2024-12-18 23:59:15.758268203 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Using cuDNN as plugin tactic source
2024-12-18 23:59:15.764858396 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Using cuDNN as core library tactic source
2024-12-18 23:59:15.764979470 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] Init cuDNN: CPU +1, GPU +10, now: CPU 523, GPU 676 (MiB)
2024-12-18 23:59:15.769891400 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Deserialization required 85299 microseconds.
2024-12-18 23:59:15.770015879 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] TensorRT-managed allocation in engine deserialization: CPU +0, GPU +384, now: CPU 0, GPU 384 (MiB)
2024-12-18 23:59:15.813570390 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Trying to load shared library libcublas.so.11
2024-12-18 23:59:15.813643320 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Loaded shared library libcublas.so.11
2024-12-18 23:59:15.813720686 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Using cublas as plugin tactic source
2024-12-18 23:59:15.813801049 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Using cublas as core library tactic source
2024-12-18 23:59:15.813885290 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] Init cuBLAS/cuBLASLt: CPU +0, GPU +8, now: CPU 141, GPU 670 (MiB)
2024-12-18 23:59:15.813956178 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Trying to load shared library libcudnn.so.8
2024-12-18 23:59:15.814016739 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Loaded shared library libcudnn.so.8
2024-12-18 23:59:15.814071806 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Using cuDNN as plugin tactic source
2024-12-18 23:59:15.816726238 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Using cuDNN as core library tactic source
2024-12-18 23:59:15.816813126 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] Init cuDNN: CPU +1, GPU +8, now: CPU 142, GPU 678 (MiB)
2024-12-18 23:59:15.816901064 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Total per-runner device persistent memory is 3107328
2024-12-18 23:59:15.817006014 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Total per-runner host persistent memory is 245040
2024-12-18 23:59:15.817096826 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Allocated activation device memory of size 67838464
2024-12-18 23:59:15.817168382 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt INFO : [MemUsageChange] TensorRT-managed allocation in IExecutionContext creation: CPU +0, GPU +67, now: CPU 0, GPU 451 (MiB)
2024-12-18 23:59:15.817244189 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : CUDA lazy loading is enabled.
2024-12-18 23:59:15.817323633 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Allocated Tensor Binding input Memory 2076672 Bytes (519168 * DataType.FLOAT)
2024-12-18 23:59:15.817414480 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Input has Shape (1, 3, 416, 416)
2024-12-18 23:59:15.817465209 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Allocated Tensor Binding detections Memory 298116 Bytes (74529 * DataType.FLOAT)
2024-12-18 23:59:15.817523859 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : Output has Shape (1, 74529, 1, 1)
2024-12-18 23:59:15.817618871 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : TensorRT loaded. Input shape is ((416, 416), <class 'numpy.float32'>)
2024-12-18 23:59:15.817677294 [2024-12-18 23:59:15] frigate.detectors.plugins.tensorrt DEBUG : TensorRT version is 8
2024-12-19 00:00:53.921819977 [2024-12-19 00:00:53] frigate.comms.dispatcher INFO : Turning off detection for Driveway
2024-12-19 00:00:54.257579650 [2024-12-19 00:00:54] frigate.comms.dispatcher INFO : Turning off recordings for Driveway Relevant go2rtc log output2024-12-18 23:59:10.079272939 [INFO] Preparing new go2rtc config...
2024-12-18 23:59:10.474403181 [INFO] Starting go2rtc...
2024-12-18 23:59:10.572977459 23:59:10.572 INF go2rtc platform=linux/amd64 revision=b2399f3 version=1.9.2
2024-12-18 23:59:10.572980440 23:59:10.572 INF config path=/dev/shm/go2rtc.yaml
2024-12-18 23:59:10.573340237 23:59:10.573 INF [api] listen addr=:1984
2024-12-18 23:59:10.573379917 23:59:10.573 INF [rtsp] listen addr=:8554
2024-12-18 23:59:10.573579340 23:59:10.573 INF [webrtc] listen addr=:8555/tcp
2024-12-18 23:59:20.077739703 [INFO] Starting go2rtc healthcheck service... Frigate statsNo response Operating systemUNRAID Install methodDocker CLI docker-compose file or Docker CLI commandUnraid Docker Manager Object DetectorCoral Screenshots of the Frigate UI's System metrics pagesAny other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Answered by
StickySide
Dec 20, 2024
Replies: 1 comment 2 replies
-
need to see the browser network tab to see what is not loading |
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
So I tried to re-create this error... When I looked at the network tab before it was some errors with m4s files. I found restarting the docker (or rather, stopping, then starting) instead of restarting with the internal UI button seemed to solve this issue.