Skip to content

Talk2Levi/Invisy

 
 

Repository files navigation

Invisy HitCount

Making people disappear since 2018.

Demo

This demo was filmed at The 2018 Local Hack Day at University of Manitoba, and this project helped us awarded an Honorable Mention at the event 🎊✌️🎉.

Credit

This Person-Blocker Repo classifies the object in the still image, our implementations were based on this repo and turned its feature into real-time object detection.

Idea and Techniques

Inspiration was from Black Mirror White Christmas Episode (Youtube Video) and the technique we used is called Mask R-CNN which predicts an object mask in parallel with the existing branch for bounding box recognition.

Current Implementation:

  • phone uses ip webcam to set up web service with the live video feed.
    • can replace with other video sources
  • invisy grabs screenshots and sends them to the model for classification
  • display the model output to the screen after processing

Contributing contributions welcome All Contributors


Jeremy Arde

Levi Guo

About

Making people disappear since 2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%