Massive Attack turns concert into facial recognition surveillance experiment
31–40 of 165 posts
Re: Massive Attack turns concert into facial recognition surveillance experiment
#32From the video this appears to be face detection, with some cute strings attached at random to the detected faces. I don't see evidence of facial recognition.
how did the code crop faces without facial recognition?
Re: Massive Attack turns concert into facial recognition surveillance experiment
#33Re: Massive Attack turns concert into facial recognition surveillance experiment
#34A few sentences in, I was thinking that the article felt AI-generated, so I scrolled to the bottom of the page. There's no author listed, but there is this disclaimer: "AI assists in refining our editorial process, ensuring that every article is engaging, clear and succinct." One thing I hope we'll see in the future on these types of articles is the ability to view the original prompt. If your goal is to be succinct,…
Re: Massive Attack turns concert into facial recognition surveillance experiment
#35Earlier quoted context omitted.
Just have an AI summarize it for you /s https://marketoonist.com/2023/03/ai-written-ai-read.html
or move the disclaimer to the top. or better yet, have aggregators like HN add a badge if it's likely AI generated
How could you possibly tell? I've been playing around with AI detectors, putting in known all-human samples, known all-AI samples, and mixed samples.
The only thing it's gotten right is not marking a human sample as 100% AI (but it marked one of the AI samples as 100% human).
Having such a mark would be a witch-hunt for sure.
Re: Massive Attack turns concert into facial recognition surveillance experiment
#36From the video this appears to be face detection, with some cute strings attached at random to the detected faces. I don't see evidence of facial recognition.
how did the code crop faces without facial recognition?
Re: Massive Attack turns concert into facial recognition surveillance experiment
#37From the video this appears to be face detection, with some cute strings attached at random to the detected faces. I don't see evidence of facial recognition.
how did the code crop faces without facial recognition?
Recognition implies associating the faces with an ID.
Re: Massive Attack turns concert into facial recognition surveillance experiment
#38Re: Massive Attack turns concert into facial recognition surveillance experiment
#39From the video this appears to be face detection, with some cute strings attached at random to the detected faces. I don't see evidence of facial recognition.
how did the code crop faces without facial recognition?
Face recognition means computing which individual from some other database of people a particular face belongs to.
There’s also face tracking — detecting a face in an image and then tracking the same face across subsequent images. Which is often implemented by using a face recognition approach, but without any predefined catalog of people — you just dynamically fill up your face database as faces appear in the image sequence / video source.