←back to thread

230 points roryclear | 1 comments | | HN request time: 0s | source

This runs YOLOv8 + bytetrack with Tinygrad detections (depending on user config) are saved and can be sent to the companion iOS app along with a notification, all video processing is done locally, all footage is encrypted before leaving your computer, and the sending notifications + videos part is optional. This uses tinygrad, so it runs well on my apple silicon macs and should be able to run on a lot of hardware (or will be able to when I remove other deps).
Show context
snickerdoodle12 ◴[] No.45004203[source]
how does this compare with frigate?
replies(3): >>45004242 #>>45004269 #>>45005215 #
roryclear ◴[] No.45004242[source]
fewer features, easier setup, with more GPUs supported. (I've not used frigate myself though, only watched videos)
replies(2): >>45004287 #>>45009819 #
diggan ◴[] No.45004287[source]
Where can I find the list of supported GPUs? Frigate been able to handle everything I've tried so far, all from Nvidia and AMD GPUs to even Intel iGPUs.
replies(2): >>45004334 #>>45004471 #
1. serf ◴[] No.45004471[source]
same here -- it's also among one of the only things to support Coral devices and RPi video cores.

I would imagine any GPGPU compute-capable pre-CUDA thing probably won't cut it.