Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ethics? ethical uses? #1

Open
ghost opened this issue Mar 26, 2018 · 7 comments
Open

ethics? ethical uses? #1

ghost opened this issue Mar 26, 2018 · 7 comments

Comments

@ghost
Copy link

ghost commented Mar 26, 2018

what are the ethical uses for something like this? is there a way to prevent this from being misused? I imagine it won't be too difficult soon to actually have AR that does this.

@Orinion
Copy link

Orinion commented Mar 30, 2018

You could use it to make potentially nsfw images sfw! However that would require you to have a trained model for that purpose...

@abhi-jha
Copy link

abhi-jha commented Apr 1, 2018

@Orinion Fine. I will do it.

@sadovnychyi
Copy link

Privacy. I have a helmet camera which isn't really legal due to privacy reasons, but should be fine if I remove people from it (as google street view does). Curious if raspberry pi will be able to process a single frame in 30ms.

@ThoughtfulDev
Copy link

@sadovnychyi Nope a RPi won't. I tried to do it with a video livestream but it wouldn't even be close to 30ms per image. (CPU was a Ryzen 1700x)

@ghost
Copy link
Author

ghost commented Apr 2, 2018

@ThoughtfulDev how do the specs compare to a latest model iOS or Android device? I have a RPi 2, not a 3b but I thought the 3b was getting closer to single frame in 30ms?

@ThoughtfulDev
Copy link

@rudolfolah I ran the following command and it took ~14.71 seconds on a Intel i5-3320M.
python person_blocker.py -i images/img1.jpg -o "person"
I just blocked every person in the example Image. I timed the execution right after loading the weights so it took 14 seconds to load the picture,run the prediction, noise the persons and save the picture (not the gif).

So i think a GPU would make this way faster and a RPi would cripple when running this i guess.

@Samin100
Copy link

Samin100 commented Apr 6, 2018

Running a segmentation net in real-time on a mobile device (such as a helmet) would require something like an Nvidia Jetson TX2 . Even then, I'm unsure if it would be able to perform segmentation at 30 FPS realtime. Maybe 2 TX2s computing in parallel? Maybe 3? I'd love for someone to try it. Seems like it'd be a cool weekend project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants