[Detector Support]: AMD NPU #19181
-
Describe the problem you are havingHi
Version0.16.0-3eb3797 Frigate config filedetectors:
onnx_0:
type: onnx
openvino_0: >> it's for testing
type: openvino
device: CPU
model:
path: plus:docker-compose file or Docker CLI commandfrigate:
container_name: frigate
privileged: true # this may not be necessary for all setups
restart: unless-stopped
image: ghcr.io/blakeblackshear/frigate:3eb3797-rocm
cap_add:
- CAP_PERFMON
shm_size: "2048mb" # update for your cameras based on calculation above
devices:
#- /dev/dri/renderD128:/dev/dri/renderD128 # For intel hwaccel, needs to be updated for your hardware
#- /dev/dri/card0:/dev/dri/card0
- /dev/dri
- /dev/kfd
- /dev/video0:/dev/video0
- /dev/accel/
volumes:
- /etc/localtime:/etc/localtime:ro
- videos_frigate:/media/frigate
- /opt/frigate/config:/config
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 3000000000
ports:
- "5000:5000"
- "8554:8554" # RTSP feeds
- "8555:8555/tcp" # WebRTC over tcp
- "8555:8555/udp" # WebRTC over udp
- "1984:1984/tcp"
- "8971:8971/tcp"
environment:
LIBVA_DRIVER_NAME: radeonsi
PLUS_API_KEY: xxxxxx
HSA_OVERRIDE_GFX_VERSION: "11.0.0"Relevant Frigate log outputNo Relevant Frigate logInstall methodDocker Compose Object DetectorOther Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpfulInference Speed is good in yolonas 320 (But in yolov9 better, but the recognition of small objects is worse than in yolonas ) |
Beta Was this translation helpful? Give feedback.
Answered by
hawkeye217
Jul 17, 2025
Replies: 1 comment 5 replies
-
|
No, Frigate has no specific code to take advantage of AMD NPUs at this time. Your setup is currently using the AMD GPU successfully, though. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Both the iGPU and NPU from Intel are supported, but NPU requires a bit more work. Both perform similarly, so we still recommend the iGPU at this time.
See #13248 (comment)