Skip to content

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

License

Notifications You must be signed in to change notification settings

jkuri/party-face-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published