Home

Awesome

Face Data

A macOS application used to auto-annotate landmarks from a video. Those landmarks can further be used as training data for Generative Adversarial Networks (GANs).

DOI License

<p align="center"> <img src="./result.gif" height="250"> </p>

Getting Started

Installing

You can either download the binary file from Rease or build the source code using Xcode.

Use

<p align="center"> <img src="https://i.imgur.com/FEVY2Pu.png" height="250"> </p>
Description
Video PathPath to the video file, currently only support .mp4 files. Use Select File to generate path using a file browsing panel.
Output PathPath to the output directory, this app will create origin and landmarks two sub-directories. Use Select Folder to generate path using a file browsing panel.
Start SecondAn integer value indicating from which second to start capturing frames from the video, default is 0 (from the beginning)
End SecondThis app would not extract frames after this second. Default is the duration of the video.
# of FramesInteger value of how many frames you want to generate. Default is 100 frames.
StartStart the process.
CancelStop the process.

Output

Output Images Processing

You will probably want to process the generated images to fit the size restriction for you GANs model. You can refer the Python script crop.py.

Built With