[Development]: Rockchip semanatic search and face detection no longer working since updating to 0.17 builds #20311
-
Checklist
Describe the problem you are havingI wanted to try out the new RKNPU support for semantic search and face detection that I saw was recently added. At first I would get a ton of errors related to trying to convert the jinaiV1 model to rknn format, but I was able to get past that by switching from 'small' to 'large' model. I have been running on 0.17 for the last 8 days Now I am no longer seeing any major errors during startup that I know of. But when I navigate to the 'explore' tab in the webui I get this: ![]() I thought jenai was a vision and text model so im confused. I dont see any attempts to download or convert additional models in the logs. Additionally, it seems face detection also isnt working as there have been no detected faces in the last 8 days. Steps to reproduce
Version0.17.0-1f061a8 In which browser(s) are you experiencing the issue with?Firefox 143.0-1 Frigate config file#environment_vars:
# LIBVA_DRIVER_NAME: radeonsi
# HSA_OVERRIDE_GFX_VERSION: "9.0.0"
logger:
# Optional: Default log verbosity (default: shown below)
default: info
mqtt:
enabled: true
host: mqtt.ded.haus
user: frigate
password: lchbalchskn
ffmpeg:
hwaccel_args: preset-rk-h264
detectors: # required
rknn: # required
type: rknn # required
# number of NPU cores to use
# 0 means choose automatically
# increase for better performance if you have a multicore NPU e.g. set to 3 on rk3588
num_cores: 3
model: # required
# name of model (will be automatically downloaded) or path to your own .rknn model file
# possible values are:
#- deci-fp16-yolonas_s
# - deci-fp16-yolonas_m
# - deci-fp16-yolonas_l
# - rock-i8-yolox_nano
# - rock-i8-yolox_tiny
# - rock-fp16-yolox_nano
# - rock-fp16-yolox_tiny
# - frigate-fp16-yolov9-t
# - frigate-fp16-yolov9-s
# - frigate-fp16-yolov9-m
# - frigate-fp16-yolov9-c
# - frigate-fp16-yolov9-e
path:
/config/model_cache/rknn_cache/frigate-fp16-yolov9-t-rk3588-v2.3.2-1.rknn
#path: /config/model_cache/rknn_cache/rock-i8-yolox_nano-rk3588-v2.3.2-1.rknn
#path: /config/model_cache/rknn_cache/deci-fp16-yolonas_m-rk3588-v2.3.2-1.rknn
model_type: yolo-generic
width: 320
height: 320
#input_pixel_format: bgr # required
# shape of detection frame
#input_tensor: nhwc
#input_dtype: float_denorm
input_dtype: float
# needs to be adjusted to model, see below
labelmap_path: /labelmap.txt
labelmap:
36: egg
# Optional: Object configuration
# NOTE: Can be overridden at the camera level
objects:
# Optional: list of objects to track from labelmap.txt (default: shown below)
track:
- person
#- car
#- motorcycle
#- bird
- deer
- dog
# Optional: mask to prevent all object types from being detected in certain areas (default: no mask)
# Checks based on the bottom center of the bounding box of the object.
# NOTE: This mask is COMBINED with the object type specific mask below
mask: 0.000,0.000,0.781,0.000,0.781,0.278,0.000,0.278
# Optional: filters to reduce false positives for specific object types
filters:
person:
# Optional: minimum width*height of the bounding box for the detected object (default: 0)
min_area: 5000
# Optional: maximum width*height of the bounding box for the detected object (default: 24000000)
max_area: 1000000
# Optional: minimum width/height of the bounding box for the detected object (default: 0)
min_ratio: 0.5
# Optional: maximum width/height of the bounding box for the detected object (default: 24000000)
max_ratio: 2.0
# Optional: minimum score for the object to initiate tracking (default: shown below)
min_score: 0.7
# Optional: minimum decimal percentage for tracked object's computed score to be considered a true positive (default: shown below)
threshold: 0.8
# Optional: mask to prevent this object type from being detected in certain areas (default: no mask)
# Checks based on the bottom center of the bounding box of the object
mask: 0.000,0.000,0.781,0.000,0.781,0.278,0.000,0.278
record:
enabled: true
continuous:
days: 2
motion:
days: 7
alerts:
retain:
days: 30
mode: motion
detections:
retain:
days: 30
mode: motion
snapshots:
enabled: false
clean_copy: true
timestamp: true
bounding_box: true
retain:
default: 8
semantic_search:
# Optional: Enable semantic search (default: shown below)
enabled: true
# Optional: Re-index embeddings database from historical tracked objects (default: shown below)
reindex: false
# Optional: Set the model used for embeddings. (default: shown below)
model: "jinav1"
# Optional: Set the model size used for embeddings. (default: shown below)
# NOTE: small model runs on CPU and large model runs on GPU
model_size: large
face_recognition:
# Optional: Enable semantic search (default: shown below)
enabled: true
# Optional: Minimum face distance score required to save the attempt (default: shown below)
#min_score: 0.8
# Optional: Minimum face detection score required to detect a face (default: shown below)
# NOTE: This only applies when not running a Frigate+ model
detection_threshold: 0.8
# Optional: Minimum face distance score required to be considered a match (default: shown below)
recognition_threshold: 0.9
# Optional: Min area of detected face box to consider running face recognition (default: shown below)
min_area: 900
# Optional: Save images of recognized faces for training (default: shown below)
save_attempts: 200
# Optional: Apply a blur quality filter to adjust confidence based on the blur level of the image (default: shown below)
blur_confidence_filter: true
model_size: large
go2rtc:
streams:
wvdb1:
- exec:/usr/lib/ffmpeg/6.0/bin/ffmpeg -hide_banner -v error
-allowed_media_types video+audio -fflags nobuffer -flags low_delay
-fflags +genpts+discardcorrupt -hwaccel rkmpp -timeout 5000000
-user_agent go2rtc/ffmpeg -strict experimental -i
rtsp://thingino:[email protected]:554/ch0 -c copy -user_agent
ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {{output}}
# - ffmpeg:rtsp://thingino:[email protected]:554/ch0
- ffmpeg:wvdb1#audio=copy#video=h264#hardware
- ffmpeg:wvdb1#audio=aac#video=h264#hardware
#- ffmpeg:wvdb1#audio=aac
# wvdb1_ch1:
# - "ffmpeg:wvdb1#audio=copy#video=h264#width=640#height=360#hardware"
#- "ffmpeg:wvdb1_ch1#audio=aac#video=copy"
litokam1:
- exec:/usr/lib/ffmpeg/6.0/bin/ffmpeg -hide_banner -v error
-allowed_media_types video+audio -fflags nobuffer -flags low_delay
-fflags +genpts+discardcorrupt -hwaccel rkmpp -timeout 5000000
-user_agent go2rtc/ffmpeg -strict experimental -i
rtsp://thingino:[email protected]:554/ch0 -c copy
-user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {{output}}
# - ffmpeg:rtsp://thingino:[email protected]:554/ch0
- ffmpeg:litokam1#audio=copy#video=h264#hardware
- ffmpeg:litokam1#audio=aac#video=264#hardware
#- ffmpeg:litokam1#audio=aac
amcrest:
- exec:/usr/lib/ffmpeg/6.0/bin/ffmpeg -hide_banner -v error
-allowed_media_types video+audio -fflags nobuffer -flags low_delay
-fflags +genpts+discardcorrupt -hwaccel rkmpp -timeout 5000000
-user_agent go2rtc/ffmpeg -strict experimental -i
rtsp://camuser:[email protected]:554/cam/realmonitor?channel=1&subtype=0
-c copy -user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {{output}}
- ffmpeg:amcrest#audio=copy#video=h264#hardware
- ffmpeg:amcrest#audio=aac#video=h264#hardware
ginzzu1:
- exec:/usr/lib/ffmpeg/6.0/bin/ffmpeg -hide_banner -v error
-allowed_media_types video+audio -fflags nobuffer -flags low_delay
-fflags +genpts+discardcorrupt -hwaccel rkmpp -timeout 5000000
-user_agent go2rtc/ffmpeg -strict experimental -i
rtsp://thingino:[email protected]:554/ch0 -c copy
-user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {{output}}
# - ffmpeg:rtsp://thingino:[email protected]:554/ch0
- ffmpeg:ginzzu1#audio=copy#video=h264#hardware
- ffmpeg:ginzzu1#audio=aac#video=h264#hardware
- ffmpeg:ginzzu1#audio=aac
#ginzzu2:
# - exec:/usr/lib/ffmpeg/6.0/bin/ffmpeg -hide_banner -v error
# -allowed_media_types video+audio -fflags nobuffer -flags low_delay
# -fflags +genpts+discardcorrupt -hwaccel rkmpp -timeout 5000000
# -user_agent go2rtc/ffmpeg -strict experimental -i
# rtsp://thingino:[email protected]:554/ch0 -c copy
#-user_agent ffmpeg/go2rtc -rtsp_transport tcp -f rtsp {{output}}
# - ffmpeg:rtsp://thingino:[email protected]:554/ch0#input=rtsp/udp
#- ffmpeg:ginzzu2#audio=aac
cinnado-d1:
- rtsp://thingino:[email protected]:554/ch0#input=rtsp/udp
- ffmpeg:cinnado-d1#audio=aac
cinnado-d3:
- rtsp://thingino:[email protected]:554/ch0#input=rtsp/udp
- ffmpeg:cinnado-d3#audio=aac
webrtc:
candidates:
- frigate.ded.haus:8555
- stun:8555
telemetry:
# Optional: Enabled network interfaces for bandwidth stats monitoring (default: empty list, let nethogs search all)
network_interfaces:
- eth0
# Optional: Configure system stats
stats:
# Enable network bandwidth stats monitoring for camera ffmpeg processes, go2rtc, and object detectors. (default: shown below)
# NOTE: The container must either be privileged or have cap_net_admin, cap_net_raw capabilities enabled.
network_bandwidth: true
# Optional: Enable the latest version outbound check (default: shown below)
# NOTE: If you use the HomeAssistant integration, disabling this will prevent it from reporting new versions
version_check: true
cameras:
litokam1:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/litokam1
input_args: preset-rtsp-restream
roles:
- record
- audio
- detect
# - path: rtsp://thingino:[email protected]:554/ch1
# roles:
onvif:
host: litokam1.iot.ded.haus
port: 80
user: thingino
password: p455w0rd
autotracking:
enabled: false
calibrate_on_startup: false
zooming: absolute
return_preset: Home
timeout: 30
# A lower value will keep more of the scene in view around a tracked object.
# A higher value will zoom in more on a tracked object, but Frigate may lose tracking more quickly.
# The value should be between 0.1 and 0.75
track:
- person
- car
- deer
- dog
- motorcycle
- license_plate
required_zones:
- default
movement_weights: 1.0, 1.0, 0.07363510131835938, 0.11022404752751835,
0.19117384033818394, 0
detect:
enabled: true
width: 1920
height: 1080
fps: 5
objects:
track:
- person
- car
- deer
mask: 0,0,0.622,0,0.6,0.099,0,0.241
filters:
person:
mask:
- 0,0,0.781,0,0.366,0.132,0,0.278
- 0,0,0.622,0,0.6,0.099,0,0.241
audio:
enabled: true
record:
enabled: true
motion:
threshold: 80
contour_area: 10
improve_contrast: true
zones:
Default:
coordinates:
0.084,0.278,0.646,0.21,1,0.334,1,0.705,0.01,0.731,0.001,0.657,0,0.541,0.003,0.317
inertia: 2
loitering_time: 0
objects:
- car
- person
road:
coordinates: 0.61,0.134,0.617,0.069,0.042,0.171,0.054,0.293
loitering_time: 0
objects: car
review: {}
amcrest:
enabled: true
lpr:
enabled: false
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/amcrest
input_args: preset-rtsp-restream
roles:
- record
# - path: rtsp://thingino:[email protected]:554/ch1
# hwaccel_args: preset-rk-h264
# roles:
- audio
- detect
onvif:
host: amcrest.iot.ded.haus
port: 80
user: admin
password: p455wordZ
autotracking:
enabled: false
calibrate_on_startup: false
zooming: disabled
#zoom_factor: 0.3
track:
- person
return_preset: '1'
timeout: 5
required_zones:
- default
detect:
enabled: true
fps: 5
width: 1920
height: 1080
objects:
track:
- person
audio:
enabled: true
record:
enabled: true
motion:
threshold: 50
contour_area: 30
improve_contrast: true
zones:
default:
coordinates: 0.041,0,0.516,0.01,0.969,0.282,1,1,0.137,1
loitering_time: 0
inertia: 2
objects: person
cinnado-d1:
enabled: true
lpr:
enabled: false
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/cinnado-d1
input_args: preset-rtsp-restream
roles:
- record
# - path: rtsp://thingino:[email protected]:554/ch1
# hwaccel_args: preset-rk-h264
# roles:
- audio
- detect
onvif:
host: cinnado-d1.iot.ded.haus
port: 80
user: thingino
password: p455w0rd
autotracking:
enabled: false
calibrate_on_startup: false
zooming: disabled
#zoom_factor: 0.3
track:
- person
return_preset: Home
timeout: 5
required_zones:
- default
detect:
enabled: true
fps: 4
width: 1920
height: 1080
objects:
track:
- person
audio:
enabled: true
record:
enabled: true
motion:
threshold: 50
contour_area: 30
improve_contrast: true
zones:
default:
coordinates: 0.041,0,0.516,0.01,0.969,0.282,1,1,0.137,1
loitering_time: 0
inertia: 2
objects: person
review:
alerts:
required_zones: default
detections:
required_zones: default
cinnado-d2:
lpr:
enabled: false
enabled: false
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/cinnado-d2
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://thingino:[email protected]:554/ch1
hwaccel_args: preset-rk-h264
roles:
- audio
- detect
onvif:
host: cinnado-d2.iot.ded.haus
port: 80
user: thingino
password: p455w0rd
autotracking:
enabled: true
calibrate_on_startup: false
zooming: disabled
#zoom_factor: 0.3
track:
- person
- deer
- dog
return_preset: Home
timeout: 10
required_zones:
- default
detect:
enabled: true
fps: 2
audio:
enabled: true
record:
enabled: true
motion:
threshold: 30
contour_area: 10
improve_contrast: 'true'
zones:
default:
coordinates: 0,1,0.266,0.207,1,0,1,1
loitering_time: 0
inertia: 3
review:
detections:
required_zones: default
cinnado-d3:
enabled: true
lpr:
enabled: false
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/cinnado-d3
input_args: preset-rtsp-restream
roles:
- record
# - path: rtsp://thingino:[email protected]:554/ch1
# hwaccel_args: preset-rk-h264
# roles:
- audio
- detect
onvif:
host: cinnado-d3.iot.ded.haus
port: 80
user: thingino
password: p455w0rd
autotracking:
enabled: false
calibrate_on_startup: false
zooming: disabled
#zoom_factor: 0.3
track:
- person
return_preset: Home
timeout: 10
required_zones:
- default
detect:
enabled: true
fps: 4
width: 1280
height: 720
objects:
track:
- person
audio:
enabled: true
record:
enabled: true
motion:
threshold: 40
contour_area: 20
improve_contrast: true
zones:
default:
coordinates: 0,0,0,0.933,1,0.861,1,0
loitering_time: 0
inertia: 3
review:
alerts:
required_zones: default
detections:
required_zones: default
wvdb1:
enabled: true
lpr:
enabled: false
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/wvdb1
input_args: preset-rtsp-restream
roles:
- record
# - path: rtsp://127.0.0.1:8554/wvdb1_ch1
# input_args: preset-rtsp-restream
# roles:
- detect
# - audio
# - path: rtsp://thingino:[email protected]:554/ch1
#hwaccel_args: preset-rk-h265
onvif:
host: wvdb1.iot.ded.haus
port: 80
user: thingino
password: p455w0rd
detect:
enabled: true
width: 1080
height: 1920
fps: 5
objects:
track:
- person
- deer
- chicken
- dog
- car
# - motorcycle
audio:
enabled: false
record:
enabled: true
motion:
threshold: 25
contour_area: 10
improve_contrast: true
zones:
Default:
coordinates:
0.662,0.813,0.639,0.694,0.73,0.623,1,0.56,1,0.23,0.602,0.217,0.256,0.305,0,0.474,0,0.668,0,0.879,0.004,0.922,0,1,1,1,1,0.792,0.805,0.731
loitering_time: 0
inertia: 3
objects: person
review:
detections:
required_zones: Default
ginzzu1:
enabled: true
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/ginzzu1
input_args: preset-rtsp-restream
roles:
- record
- audio
# - path: rtsp://thingino:[email protected]:554/ch1
#hwaccel_args: preset-rk-h264
# roles:
- detect
onvif:
host: ginzzu1.iot.ded.haus
port: 80
user: thingino
password: p455w0rd
autotracking:
enabled: false
calibrate_on_startup: false
zooming: disabled
zoom_factor: 0.3
track:
- person
- car
- motorcycle
- license_plate
# - dog
# - bird
return_preset: Home
timeout: 10
required_zones:
- default
detect:
enabled: true
fps: 3
width: 1280
height: 720
objects:
track:
- person
# - animal
# - dog
# - bird
- car
- motorcycle
audio:
enabled: true
record:
enabled: true
motion:
threshold: 40
contour_area: 40
improve_contrast: true
zones:
default:
coordinates: 1,1,0.983,0.08,0.237,0,0,0.024,0.003,0.995
loitering_time: 0
inertia: 3
review:
alerts:
required_zones: default
detections:
required_zones: default
ginzzu2:
enabled: false
lpr:
enabled: false
ffmpeg:
inputs:
- path: rtsp://127.0.0.1:8554/ginzzu2
input_args: preset-rtsp-restream
roles:
- record
- audio
- detect
# - path: rtsp://thingino:[email protected]:554/ch1
# roles:
# - audio
# - detect
onvif:
host: ginzzu2.iot.ded.haus
port: 80
user: thingino
password: p455w0rd
autotracking:
enabled: false
calibrate_on_startup: false
zooming: disabled
#zoom_factor: 0.3
track:
# - animal
# - dog
- bird
- egg
return_preset: Home
timeout: 5
required_zones:
- default
detect:
enabled: true
width: 640
height: 360
fps: 1
objects:
track:
# - animal
# - dog
- bird
- egg
audio:
enabled: true
record:
enabled: true
motion:
threshold: 30
contour_area: 70
improve_contrast: true
zones:
default:
coordinates: 0.99,0.984,0.867,0.348,0.237,0,0,0.024,0.003,0.995
loitering_time: 0
version: 0.17-0
camera_groups:
Home:
order: 1
icon: LuHome
cameras:
- birdseye
- litokam1
- cinnado-d1
- cinnado-d2
- cinnado-d3
- wvdb1
- ginzzu1
- ginzzu2
detect:
enabled: true
lpr:
enabled: true
classification:
custom:
deer:
threshold: 0.8
object_config:
objects: [deer] # object labels to classify
classification_type: sub_label # or: attribute
chicken:
threshold: 0.8
object_config:
objects: [chicken] # object labels to classify
classification_type: sub_label # or: attribute docker-compose file or Docker CLI commandservices:
frigate:
container_name: frigate16
restart: unless-stopped
#image: ghcr.io/blakeblackshear/frigate:ea576e7-rk
#image: ghcr.io/blakeblackshear/frigate:4f4c8a4-rk
#image: ghcr.io/blakeblackshear/frigate:e9dc302-rk
#image: ghcr.io/blakeblackshear/frigate:bdb7a18-rk
#image: ghcr.io/blakeblackshear/frigate:923412e-rk
image: ghcr.io/blakeblackshear/frigate:1f061a8-rk
shm_size: "1500mb"
privileged: true
volumes:
- /sys/:/sys/:ro
- ./config:/config
- ./storage:/media/frigate
# - ./overrides/go2rtc:/usr/local/go2rtc/bin/go2rtc
# - ./overrides/ffmpeg-cur/ffplay:/usr/lib/ffmpeg/6.0/bin/ffplay
# - ./overrides/ffmpeg-cur/ffmpeg:/usr/lib/ffmpeg/6.0/bin/ffmpeg
# - ./overrides/ffmpeg-cur/ffprobe:/usr/lib/ffmpeg/6.0/bin/ffprobe
- /proc/device-tree/compatible:/proc/device-tree/compatible
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- "1984:1984"
- "5000:5000"
- "8971:8971"
- "8554:8554" # RTSP feeds
- "8555:8555" # RTSP feeds
security_opt:
- apparmor=unconfined
- systempaths=unconfined
devices:
- /dev/dri
- /dev/dma_heap
- /dev/rga
- /dev/mpp_service Relevant Frigate log output✔ Container frigate16 Started 0.5s
frigate16 | s6-rc: info: service s6rc-fdholder: starting
frigate16 | s6-rc: info: service s6rc-oneshot-runner: starting
frigate16 | s6-rc: info: service s6rc-oneshot-runner successfully started
frigate16 | s6-rc: info: service fix-attrs: starting
frigate16 | s6-rc: info: service s6rc-fdholder successfully started
frigate16 | s6-rc: info: service fix-attrs successfully started
frigate16 | s6-rc: info: service legacy-cont-init: starting
frigate16 | s6-rc: info: service legacy-cont-init successfully started
frigate16 | s6-rc: info: service prepare: starting
frigate16 | s6-rc: info: service log-prepare: starting
frigate16 | s6-rc: info: service log-prepare successfully started
frigate16 | s6-rc: info: service nginx-log: starting
frigate16 | s6-rc: info: service go2rtc-log: starting
frigate16 | s6-rc: info: service frigate-log: starting
frigate16 | s6-rc: info: service certsync-log: starting
frigate16 | s6-rc: info: service frigate-log successfully started
frigate16 | s6-rc: info: service go2rtc-log successfully started
frigate16 | s6-rc: info: service nginx-log successfully started
frigate16 | s6-rc: info: service certsync-log successfully started
frigate16 | s6-rc: info: service prepare successfully started
frigate16 | s6-rc: info: service go2rtc: starting
frigate16 | s6-rc: info: service go2rtc successfully started
frigate16 | s6-rc: info: service go2rtc-healthcheck: starting
frigate16 | s6-rc: info: service frigate: starting
frigate16 | s6-rc: info: service go2rtc-healthcheck successfully started
frigate16 | s6-rc: info: service frigate successfully started
frigate16 | s6-rc: info: service nginx: starting
frigate16 | 2025-10-01 21:45:11.439703109 [INFO] Starting NGINX...
frigate16 | [WARN] /sys/fs/cgroup/cpu.max not found. Falling back to /proc/cpuinfo.
frigate16 | 2025-10-01 21:45:11.461172045 [INFO] No TLS certificate found. Generating a self signed certificate...
frigate16 | 2025-10-01 21:45:11.794674806 [INFO] Preparing Frigate...
frigate16 | 2025-10-01 21:45:12.029238000 [INFO] Preparing new go2rtc config...
frigate16 | 2025-10-01 21:45:12.379503156 [INFO] Starting Frigate...
frigate16 | 2025-10-01 21:45:12.754061701 [INFO] Starting go2rtc...
frigate16 | 2025-10-01 21:45:13.138055508 21:45:13.137 INF go2rtc platform=linux/arm64 revision=df95ce3 version=1.9.10
frigate16 | 2025-10-01 21:45:13.138067466 21:45:13.137 INF config path=/config/go2rtc_homekit.yml
frigate16 | 2025-10-01 21:45:13.138861369 21:45:13.138 INF [api] listen addr=:1984
frigate16 | 2025-10-01 21:45:13.139094699 21:45:13.139 INF [rtsp] listen addr=:8554
frigate16 | 2025-10-01 21:45:13.139704856 21:45:13.139 INF [webrtc] listen addr=:8555
frigate16 | 2025-10-01 21:45:13.142232689 21:45:13.141 ERR github.com/AlexxIT/go2rtc/internal/homekit/homekit.go:128 > error="no interfaces for listen"
frigate16 | 2025-10-01 21:45:13.450132217 2025-10-01 21:45:13.449958471 [W:onnxruntime:Default, device_discovery.cc:164 DiscoverDevicesForPlatform] GPU device discovery failed: device_discovery.cc:89 ReadFileContents Failed to open file: "/sys/class/drm/card1/device/vendor"
frigate16 | 2025-10-01 21:45:16.824731822 2025-10-01 21:45:16.824580825 [W:onnxruntime:Default, device_discovery.cc:164 DiscoverDevicesForPlatform] GPU device discovery failed: device_discovery.cc:89 ReadFileContents Failed to open file: "/sys/class/drm/card1/device/vendor"
frigate16 | 2025-10-01 21:45:18.263777427 [2025-10-01 21:45:18] frigate.util.config INFO : Checking if frigate config needs migration...
frigate16 | 2025-10-01 21:45:18.344085646 [2025-10-01 21:45:18] frigate.util.config INFO : frigate config does not need migration...
frigate16 | 2025-10-01 21:45:18.489104299 [2025-10-01 21:45:18] frigate.config.config WARNING : litokam1 is configured to track ['deer'] objects, which are not supported by the current model.
frigate16 | 2025-10-01 21:45:21.433177987 [INFO] Starting go2rtc healthcheck service...
frigate16 | 2025-10-01 21:45:24.800023299 [2025-10-01 21:45:24] frigate.config.config WARNING : cinnado-d2 is configured to track ['deer'] objects, which are not supported by the current model.
frigate16 | 2025-10-01 21:45:24.839361196 [2025-10-01 21:45:24] frigate.config.config WARNING : wvdb1 is configured to track ['chicken', 'deer'] objects, which are not supported by the current model.
frigate16 | 2025-10-01 21:45:24.902589410 [2025-10-01 21:45:24] frigate.app INFO : Starting Frigate (0.17.0-1f061a8)
frigate16 | 2025-10-01 21:45:25.187369831 [2025-10-01 21:45:25] peewee_migrate.logs INFO : Starting migrations
frigate16 | 2025-10-01 21:45:25.188367023 [2025-10-01 21:45:25] peewee_migrate.logs INFO : There is nothing to migrate
frigate16 | 2025-10-01 21:45:25.838499757 [2025-10-01 21:45:25] frigate.app INFO : Recording process started: 727
frigate16 | 2025-10-01 21:45:26.431613180 [2025-10-01 21:45:26] frigate.app INFO : Review process started: 740
frigate16 | 2025-10-01 21:45:26.434356844 [2025-10-01 21:45:26] frigate.app INFO : go2rtc process pid: 123
frigate16 | 2025-10-01 21:45:27.509529353 [2025-10-01 21:45:27] frigate.app INFO : Embedding process started: 757
frigate16 | 2025-10-01 21:45:28.231651267 /usr/local/lib/python3.11/dist-packages/rknnlite/api/rknn_lite.py:41: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
frigate16 | 2025-10-01 21:45:28.231665267 import pkg_resources
frigate16 | 2025-10-01 21:45:28.231668766 W rknn-toolkit-lite2 version: 2.3.2
frigate16 | 2025-10-01 21:45:28.303817172 W Query dynamic range failed. Ret code: RKNN_ERR_MODEL_INVALID. (If it is a static shape RKNN model, please ignore the above warning message.)
frigate16 | 2025-10-01 21:45:28.314351125 [2025-10-01 21:45:28] frigate.detectors.detection_runners I : Successfully loaded RKNN model: /config/model_cache/rknn_cache/frigate-fp16-yolov9-t-rk3588-v2.3.2-1.rknn
frigate16 | s6-rc: info: service nginx successfully started
frigate16 | s6-rc: info: service certsync: starting
frigate16 | s6-rc: info: service certsync successfully started
frigate16 | s6-rc: info: service legacy-services: starting
frigate16 | 2025-10-01 21:45:28.429123877 [INFO] Starting certsync...
frigate16 | s6-rc: info: service legacy-services successfully started
frigate16 | 2025-10-01 21:45:28.891661452 [2025-10-01 21:45:28] frigate.app INFO : Output process started: 992
frigate16 | 2025-10-01 21:45:29.156323343 127.0.0.1 - - [01/Oct/2025:21:45:29 +0000] "" 400 0 "-" "-" "-" request_time="0.000" upstream_response_time="-"
frigate16 | 2025-10-01 21:45:29.609701574 2025/10/01 21:45:29 [error] 784#784: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 10.10.27.71, server: , request: "GET /api/stats HTTP/1.1", subrequest: "/auth", upstream: "http://127.0.0.1:5001/auth", host: "frigate.ded.haus:5000"
frigate16 | 2025-10-01 21:45:29.609721116 2025/10/01 21:45:29 [error] 784#784: *2 auth request unexpected status: 502 while sending to client, client: 10.10.27.71, server: , request: "GET /api/stats HTTP/1.1", host: "frigate.ded.haus:5000"
frigate16 | 2025-10-01 21:45:29.637670493 [2025-10-01 21:45:29] frigate.camera.maintainer INFO : Camera processor started for litokam1: 1081
frigate16 | 2025-10-01 21:45:29.796296948 INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
frigate16 | 2025-10-01 21:45:29.878668105 [2025-10-01 21:45:29] frigate.camera.maintainer INFO : Capture process started for litokam1: 1138
frigate16 | 2025-10-01 21:45:30.067965144 [2025-10-01 21:45:30] frigate.api.fastapi_app INFO : Starting FastAPI app
frigate16 | 2025-10-01 21:45:30.100427698 [2025-10-01 21:45:30] frigate.audio_manager INFO : Audio processor started (pid: 1031)
frigate16 | 2025-10-01 21:45:30.296473796 [2025-10-01 21:45:30] frigate.api.fastapi_app INFO : FastAPI started
frigate16 | 2025-10-01 21:45:30.304661621 [2025-10-01 21:45:30] frigate.camera.maintainer INFO : Camera processor started for amcrest: 1238
frigate16 | 2025-10-01 21:45:30.505705929 [2025-10-01 21:45:30] frigate.camera.maintainer INFO : Capture process started for amcrest: 1348
frigate16 | 2025-10-01 21:45:30.873097860 [2025-10-01 21:45:30] frigate.camera.maintainer INFO : Camera processor started for cinnado-d1: 1412
frigate16 | 2025-10-01 21:45:30.972320951 2025-10-01 21:45:30.972214286 [E:onnxruntime:, inference_session.cc:2544 operator()] Exception during initialization: /onnxruntime_src/onnxruntime/core/graph/graph_utils.cc:29 int onnxruntime::graph_utils::GetIndexFromName(const onnxruntime::Node&, const std::string&, bool) itr != node_args.end() was false. Attempting to get index by a name which does not exist:InsertedPrecisionFreeCast_/transformer/encoder/layers.11/norm1/Constant_output_0for node: /transformer/emb_ln/Mul/SimplifiedLayerNormFusion/
frigate16 | 2025-10-01 21:45:30.972325618
frigate16 | 2025-10-01 21:45:31.079169545 Process frigate.embeddings_manager:
frigate16 | 2025-10-01 21:45:31.079173920 Traceback (most recent call last):
frigate16 | 2025-10-01 21:45:31.079175670 File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap
frigate16 | 2025-10-01 21:45:31.079176545 self.run()
frigate16 | 2025-10-01 21:45:31.079177711 File "/opt/frigate/frigate/embeddings/__init__.py", line 49, in run
frigate16 | 2025-10-01 21:45:31.079178586 maintainer = EmbeddingMaintainer(
frigate16 | 2025-10-01 21:45:31.079179753 ^^^^^^^^^^^^^^^^^^^^
frigate16 | 2025-10-01 21:45:31.079180920 File "/opt/frigate/frigate/embeddings/maintainer.py", line 128, in __init__
frigate16 | 2025-10-01 21:45:31.079185586 self.embeddings = Embeddings(config, db, metrics)
frigate16 | 2025-10-01 21:45:31.079186753 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
frigate16 | 2025-10-01 21:45:31.079188211 File "/opt/frigate/frigate/embeddings/embeddings.py", line 125, in __init__
frigate16 | 2025-10-01 21:45:31.079189378 self.text_embedding = JinaV1TextEmbedding(
frigate16 | 2025-10-01 21:45:31.079210086 ^^^^^^^^^^^^^^^^^^^^
frigate16 | 2025-10-01 21:45:31.079211836 File "/opt/frigate/frigate/embeddings/onnx/jina_v1_embedding.py", line 78, in __init__
frigate16 | 2025-10-01 21:45:31.079235752 self._load_model_and_utils()
frigate16 | 2025-10-01 21:45:31.079237502 File "/opt/frigate/frigate/embeddings/onnx/jina_v1_embedding.py", line 130, in _load_model_and_utils
frigate16 | 2025-10-01 21:45:31.079238669 self.runner = get_optimized_runner(
frigate16 | 2025-10-01 21:45:31.079239544 ^^^^^^^^^^^^^^^^^^^^^
frigate16 | 2025-10-01 21:45:31.079241002 File "/opt/frigate/frigate/detectors/detection_runners.py", line 469, in get_optimized_runner
frigate16 | 2025-10-01 21:45:31.079241877 ort.InferenceSession(
frigate16 | 2025-10-01 21:45:31.079243627 File "/usr/local/lib/python3.11/dist-packages/onnxruntime/capi/onnxruntime_inference_collection.py", line 473, in __init__
frigate16 | 2025-10-01 21:45:31.079244794 self._create_inference_session(providers, provider_options, disabled_optimizers)
frigate16 | 2025-10-01 21:45:31.079280085 File "/usr/local/lib/python3.11/dist-packages/onnxruntime/capi/onnxruntime_inference_collection.py", line 572, in _create_inference_session
frigate16 | 2025-10-01 21:45:31.079281835 sess.initialize_session(providers, provider_options, disabled_optimizers)
frigate16 | 2025-10-01 21:45:31.079287085 onnxruntime.capi.onnxruntime_pybind11_state.RuntimeException: [ONNXRuntimeError] : 6 : RUNTIME_EXCEPTION : Exception during initialization: /onnxruntime_src/onnxruntime/core/graph/graph_utils.cc:29 int onnxruntime::graph_utils::GetIndexFromName(const onnxruntime::Node&, const std::string&, bool) itr != node_args.end() was false. Attempting to get index by a name which does not exist:InsertedPrecisionFreeCast_/transformer/encoder/layers.11/norm1/Constant_output_0for node: /transformer/emb_ln/Mul/SimplifiedLayerNormFusion/
frigate16 | 2025-10-01 21:45:31.079322959
frigate16 | 2025-10-01 21:45:31.104893543 [2025-10-01 21:45:31] frigate.camera.maintainer INFO : Capture process started for cinnado-d1: 1484
frigate16 | 2025-10-01 21:45:31.105615114 [2025-10-01 21:45:31] frigate.camera.maintainer INFO : Camera processor not started for disabled camera cinnado-d2
frigate16 | 2025-10-01 21:45:31.106394435 [2025-10-01 21:45:31] frigate.camera.maintainer INFO : Capture process not started for disabled camera cinnado-d2
frigate16 | 2025-10-01 21:45:31.231107613 [2025-10-01 21:45:31] frigate.camera.maintainer INFO : Camera processor started for cinnado-d3: 1548
frigate16 | 2025-10-01 21:45:31.467301852 [2025-10-01 21:45:31] frigate.camera.maintainer INFO : Capture process started for cinnado-d3: 1605
frigate16 | 2025-10-01 21:45:31.643858520 [2025-10-01 21:45:31] frigate.camera.maintainer INFO : Camera processor started for wvdb1: 1669
frigate16 | 2025-10-01 21:45:31.847789992 [2025-10-01 21:45:31] frigate.camera.maintainer INFO : Capture process started for wvdb1: 1734
frigate16 | 2025-10-01 21:45:31.971949596 [2025-10-01 21:45:31] frigate.camera.maintainer INFO : Camera processor started for ginzzu1: 1802
frigate16 | 2025-10-01 21:45:32.088558366 [2025-10-01 21:45:32] frigate.camera.maintainer INFO : Capture process started for ginzzu1: 1859
frigate16 | 2025-10-01 21:45:32.089907011 [2025-10-01 21:45:32] frigate.camera.maintainer INFO : Camera processor not started for disabled camera ginzzu2
frigate16 | 2025-10-01 21:45:32.090602916 [2025-10-01 21:45:32] frigate.camera.maintainer INFO : Capture process not started for disabled camera ginzzu2 Relevant go2rtc log outputN/A Operating systemDebian Install methodDocker Compose Network connectionWired Camera make and modelN/A Screenshots of the Frigate UI's System metrics pages![]() ![]() ![]() ![]() Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 18 replies
-
Thanks, fixed in #20312 |
Beta Was this translation helpful? Give feedback.
Fixed in #20380