Socket
Socket
Sign inDemoInstall

github.com/jkuri/party-face-detection

Package Overview
Dependencies
0
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/jkuri/party-face-detection


Version published

Readme

Source

party-face-detection

Experiment of face detection algorithm MTCNN ported to Golang on party people highly on drugs.

Running on MacOS

First, make sure you have all dependencies installed with running

brew install opencv go libtensorflow

Then, get the code

go -u -v github.com/jkuri/party-face-detection

...then, cd $GOPATH/src/github.com/jkuri/party-face-detection and build the app

make

At last, run ./build/party-face-detection to process the video.

Command line parameters
Usage: party-face-detection [<flags>]

Flags:
      --help  Show context-sensitive help (also try --help-long and --help-man).
  -f, --file="./data/videos/ag.mp4"
              Input video file.
  -m, --model="./data/models/mtcnn.pb"
              MTCNN TF model file
Notes

Sample video is downloaded from YouTube here and is from parties in Ambasada Gavioli, Slovenia that lasted in 2009.

License

MIT

FAQs

Last updated on 09 Jul 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc