Earlier quoted context omitted.
I built an esp32 with 48khz mic soldered on, feeding rtsp stream to server in living room. Works amazing. Need to build more mics.
How do you transmit the audio once captured?
I turned my security cameras into an automatic bird identification system
191–197 of 197 posts
Re: I turned my security cameras into an automatic bird identification system
#192Earlier quoted context omitted.
whats the spend roughly on an ongoing basis?
I had been using gemma-4-31B-it llm for cost/accuracy and it was super cheap, about $0.65/month. I had also downscaled the size and back tested on bird/no-bird images from my camera. But, then I noticed that it was missing birds that were at the back of the pool and I needed to use higher resolution and better models and cost went up 10x. Now, it's to high for my liking and I need to do more model testing to get it d…
Re: I turned my security cameras into an automatic bird identification system
#193Re: I turned my security cameras into an automatic bird identification system
#194Re: I turned my security cameras into an automatic bird identification system
#195Re: I turned my security cameras into an automatic bird identification system
#196Earlier quoted context omitted.
I had been using gemma-4-31B-it llm for cost/accuracy and it was super cheap, about $0.65/month. I had also downscaled the size and back tested on bird/no-bird images from my camera. But, then I noticed that it was missing birds that were at the back of the pool and I needed to use higher resolution and better models and cost went up 10x. Now, it's to high for my liking and I need to do more model testing to get it d…
I'm curious if you could free yourself of the ongoing llm cost by using YOLOv8 or opencv or something like that
If you had, say, a camera on the inside of a birdhouse and the whole scene was either empty of taken up by a bird, then that would be easy for an on-device model.
Re: I turned my security cameras into an automatic bird identification system
#197Earlier quoted context omitted.
I'm curious if you could free yourself of the ongoing llm cost by using YOLOv8 or opencv or something like that
My sense has been that accuracy that I need is only possible with the pretty advanced AI models and that OpenCV type approach wouldn't be good enough. Birds are pretty small in the image of the overall pool that I am working with and discerning them accurately is hard. I think it would be possible for other use cases and basically depends on the image source you are working with and the difficulty of detection within…
Maybe it would be worth it to spend a few tokens on an implementation, just to try!