A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn’t great, if contents of the website are behind a paywall maybe copy them into the post
- Don’t promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
much thanks to @gary_host_laptop for the logo design :)
- 0 users online
- 57 users / day
- 383 users / week
- 1.5K users / month
- 5.7K users / 6 months
- 1 subscriber
- 2.96K Posts
- 74.6K Comments
- Modlog
Depends on the operation. Basic object recognition… your phone can easily do. Can run object database against an image after you take the image and store the found objects in metadata. Then you just search the metadata.
This doesn’t have to go to the cloud if that’s all you’re doing.
I do this on my Nextcloud instance. It doesn’t require a full “AI” implementation to do at all.
Ya but to do it well you need more data correct?
No. You don’t need “more” data. I have a coral in my security setup that does object recognition. I don’t “need” to send any data anywhere else for it to do object detection of 225 fps… Split across all 8 of my cameras I can do 28fps of object detection… You only need like 5-10 fps to do it properly.
The only thing I would need “more” data from is to just get newer/better object rules, which requires nothing from me. I just download them. Nothing goes to the cloud. They even make little cheapy nuc-style boxes that can do this type of detection these days (GMKtec for instance). There’s absolutely no reason a phone can’t do this as well. I am completely non-reliant on cloud for any of these operations.