this post was submitted on 01 Mar 2024
163 points (93.6% liked)

Privacy

29820 readers
2474 users here now

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

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

So I opened Google Lens for the first time in years to identify a logo, and got prompted by this. Thank you but no thank you

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 4 months ago (1 children)

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.

[–] [email protected] -2 points 4 months ago (1 children)

Ya but to do it well you need more data correct?

[–] [email protected] 1 points 4 months ago

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.