https://github.com/jkuri/party-face-detection
Experiment of face detection algorithm MTCNN ported to Golang on party people highly on drugs.
https://github.com/jkuri/party-face-detection
ambasada-gavioli face face-detection mtcnn party
Last synced: 5 months ago
JSON representation
Experiment of face detection algorithm MTCNN ported to Golang on party people highly on drugs.
- Host: GitHub
- URL: https://github.com/jkuri/party-face-detection
- Owner: jkuri
- License: mit
- Created: 2018-07-09T00:47:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T05:54:51.000Z (over 7 years ago)
- Last Synced: 2025-03-30T15:12:10.548Z (6 months ago)
- Topics: ambasada-gavioli, face, face-detection, mtcnn, party
- Language: Go
- Size: 6.18 MB
- Stars: 7
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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
```sh
brew install opencv go libtensorflow
```Then, get the code
```sh
go -u -v github.com/jkuri/party-face-detection
```...then, `cd $GOPATH/src/github.com/jkuri/party-face-detection` and build the app
```sh
make
```At last, run `./build/party-face-detection` to process the video.
#### Command line parameters
```
Usage: party-face-detection []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](https://www.youtube.com/watch?v=4qMtqK8eTdM)
and is from parties in Ambasada Gavioli, Slovenia that lasted in 2009.
![]()
#### License
MIT