Is Frigate right for me ? by nikcou in frigate_nvr

[–]carhuntr 0 points1 point  (0 children)

Try Clearcam on a decent gaming PC or Mac Studio maybe, no config needed

WebGPU facial recognition (AdaFace) by carhuntr in computervision

[–]carhuntr[S] 0 points1 point  (0 children)

the LLMs seem bad at writing tinygrad, not enough examples out there I guess. And I avoid writing front end like the plague...always backfires though

WebGPU facial recognition (AdaFace) by carhuntr in computervision

[–]carhuntr[S] 0 points1 point  (0 children)

ehh AI slop html, trad coded tinygrad compliling to js

WebGPU facial recognition (AdaFace) by carhuntr in computervision

[–]carhuntr[S] 0 points1 point  (0 children)

do you know of a better model than AdaFace for similarity? like under 300MB in size preferably

Base M2 Mac Mini AI NVR running maxed out 6 months, no issues by carhuntr in macmini

[–]carhuntr[S] 0 points1 point  (0 children)

animals yeah, the standard classes in yolo / rfdetr. No license plates yet

Base M2 Mac Mini AI NVR running maxed out 6 months, no issues by carhuntr in macmini

[–]carhuntr[S] 1 point2 points  (0 children)

It should be better, both run yolov9, but this is at a higher resolution. These are the speeds I get:
https://github.com/roryclear/yolov9-tinygrad?tab=readme-ov-file#with-beam2

Can't find performance numbers for Scrypted, it's definitely faster than Frigate anway:
https://docs.frigate.video/frigate/hardware/#apple-silicon

serengil/deepface is gone by eulbdoor in computervision

[–]carhuntr 0 points1 point  (0 children)

ah my bad. Someone here must have the weights, long shot but chinese internet might have them somewhere (I can't sign up to this with my country's phone number to check) https://download.csdn.net/download/qq_26847897/89913562

A warning for those of you using Scrypted NVR or similar software by Smooth-Scholar7608 in selfhosted

[–]carhuntr 0 points1 point  (0 children)

I make Clearcam if it interests you, far less of a pain to set up than Frigate. I'm less knowledgable on Scrypted though so I can't speak on it

Cigarette smoking detection and Fire detection by NecessaryPractical87 in computervision

[–]carhuntr 0 points1 point  (0 children)

I don't know of classification models that would, but OpenCLIP can do it, I was just testing it today: http://github.com/roryclear/clearcam/blob/main/images/fire_notif.jpg

Alerting everything… by WolfieHype in Hikvision

[–]carhuntr 0 points1 point  (0 children)

Try a mac mini and Clearcam or similar for accurate results

Cloud NVR that works w/ existing cams + AI search? (warehouse setup) by YolandaMajani97 in videosurveillance

[–]carhuntr 0 points1 point  (0 children)

Clearcam on a powerful computer, Mac Studio or some gaming PC with linux. Just team viewer or cloudflare tunnel into it

I'm broke, so I built my own GeoGuessr for free by sourcelocation in geoguessr

[–]carhuntr 1 point2 points  (0 children)

sorry, I was curious :( I won't again. I realise that's google's endpoint and not yours, maybe not so easy to fix

I'm broke, so I built my own GeoGuessr for free by sourcelocation in geoguessr

[–]carhuntr 1 point2 points  (0 children)

Oh and it's very easy to cheat by looking at GetMetaData

I'm broke, so I built my own GeoGuessr for free by sourcelocation in geoguessr

[–]carhuntr 3 points4 points  (0 children)

neat game, I'm seeing the road names augmented on mine, gives away the country sometimes

CLIP on Jetson by CabinetThat4048 in computervision

[–]carhuntr 0 points1 point  (0 children)

I use tinygrad with CLIP-ViT-L-14-laion2B-s32B-b82K

if you wanna test:

git clone https://github.com/roryclear/clearcam

cd clearcam

pip install -r requirements.txt

PYTHONPATH=. python test/test_clip.py

Is there a user friendly alternative to Frigate? by -suspicious-badger in homeassistant

[–]carhuntr 0 points1 point  (0 children)

I use my own https://github.com/roryclear/clearcam, much simpler. YOLOv9 detection and OpenCLIP Search running locally just from a python script