Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 10 submissions in the queue.

Submission Preview

Link to Story

This Program Will Make You Invisible (to Your Webcam)

Accepted submission by upstart at 2020-02-27 14:50:05
News

████ # This file was generated bot-o-matically! Edit at your own risk. ████

This Program Will Make You Invisible (to Your Webcam) [vice.com]:

This Program Will Make You Invisible (to Your Webcam)

Have you ever fantasized about pulling a vanishing act? One minute you’re there, the next you’re not. It’s a fantasy that comes on especially strong, for me, when I’m stuck in a remote meeting. I’m sitting on my webcam, waiting for everyone to say their piece, and wishing I could just remove myself from the picture. Now, there’s a program that will let you do just that.

It’s called Disappearing People and it’s the work of Google web engineer Jason Mayes. “This code attempts to learn over time the makeup of the background of a video such that I can attempt to remove any humans from the scene,” Mayes wrote on his GitHub [github.com]. “This is all happening in real time, in the browser, using TensorFlow.”

TensorFlow is a Google-developed open source program used for machine learning and neural network applications. Disappearing People works by pulling the frames from a webcam, copying them, then scanning the copy for human features. If it sees something it identifies as human, it covers it up with a block of footage of the empty room it pulled from previous frames. Then it serves the humanless stream back to your browser.

It’s not perfect. When playing with it, I’d often see the bricked outline of my body moving across my room. It didn’t remove me from the picture so much as cover me over with glitchy looking copies of my room. But it happens in real time, and that’s still impressive.

Go here if you’d like to try removing yourself from the equation [glitch.me].

Subscribe to the VICE newsletter. SubscribeSubscribe to the VICE newsletter. Subscribe


Original Submission