All Projects → xiaohk → FaceData

xiaohk / FaceData

Licence: MIT license
A macOS app to parse face landmarks from a video for GANs training

Programming Languages

swift
15916 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to FaceData

Rewriting
Rewriting a Deep Generative Model, ECCV 2020 (oral). Interactive tool to directly edit the rules of a GAN to synthesize scenes with objects added, removed, or altered. Change StyleGANv2 to make extravagant eyebrows, or horses wearing hats.
Stars: ✭ 454 (+539.44%)
Mutual labels:  vision, gans
SentimentVisionDemo
🌅 iOS11 demo application for visual sentiment prediction.
Stars: ✭ 34 (-52.11%)
Mutual labels:  vision
handbook
We're a small high-trust livelihood pod doing tech consulting within Enspiral.
Stars: ✭ 35 (-50.7%)
Mutual labels:  vision
dd-ml-segmentation-benchmark
DroneDeploy Machine Learning Segmentation Benchmark
Stars: ✭ 179 (+152.11%)
Mutual labels:  vision
tools-generation-detection-synthetic-content
Compilation of the state of the art of tools, articles, forums and links of interest to generate and detect any type of synthetic content using deep learning.
Stars: ✭ 107 (+50.7%)
Mutual labels:  gans
pytorch-deep-photo-enhancer
pytorch implementation of deep photo enhancer
Stars: ✭ 23 (-67.61%)
Mutual labels:  gans
Drowsy
💤🖌️ AI making tiny Bitsy video games. Features an experimental generative structure inspired by GANs and Genetic Algorithms
Stars: ✭ 19 (-73.24%)
Mutual labels:  gans
mediapipe plus
The purpose of this project is to apply mediapipe to more AI chips.
Stars: ✭ 38 (-46.48%)
Mutual labels:  vision
SAPC-APCA
APCA (Accessible Perceptual Contrast Algorithm) is a new method for predicting contrast for use in emerging web standards (WCAG 3) for determining readability contrast. APCA is derived form the SAPC (S-LUV Advanced Predictive Color) which is an accessibility-oriented color appearance model designed for self-illuminated displays.
Stars: ✭ 266 (+274.65%)
Mutual labels:  vision
face age gender
Can we predict the age and gender of someone given a picture of their face ?
Stars: ✭ 40 (-43.66%)
Mutual labels:  vision
photonvision
PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.
Stars: ✭ 115 (+61.97%)
Mutual labels:  vision
Anime2Sketch
A sketch extractor for anime/illustration.
Stars: ✭ 1,623 (+2185.92%)
Mutual labels:  gans
calvin
CALVIN - A benchmark for Language-Conditioned Policy Learning for Long-Horizon Robot Manipulation Tasks
Stars: ✭ 105 (+47.89%)
Mutual labels:  vision
CNN-GoogLeNet
👁 Vision : Model 4: GoogLeNet : Image Classification
Stars: ✭ 17 (-76.06%)
Mutual labels:  vision
edge-computer-vision
Edge Computer Vision Course
Stars: ✭ 41 (-42.25%)
Mutual labels:  vision
pytorch-gans
PyTorch implementation of GANs (Generative Adversarial Networks). DCGAN, Pix2Pix, CycleGAN, SRGAN
Stars: ✭ 21 (-70.42%)
Mutual labels:  gans
res-mlp-pytorch
Implementation of ResMLP, an all MLP solution to image classification, in Pytorch
Stars: ✭ 178 (+150.7%)
Mutual labels:  vision
Final-year-project-deep-learning-models
Deep learning for freehand sketch object recognition
Stars: ✭ 22 (-69.01%)
Mutual labels:  vision
coursera-gan-specialization
Programming assignments and quizzes from all courses within the GANs specialization offered by deeplearning.ai
Stars: ✭ 277 (+290.14%)
Mutual labels:  gans
mlp-mixer-pytorch
An All-MLP solution for Vision, from Google AI
Stars: ✭ 771 (+985.92%)
Mutual labels:  vision

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

Getting Started

Installing

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

Use

Description
Video Path Path to the video file, currently only support .mp4 files. Use Select File to generate path using a file browsing panel.
Output Path Path 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 Second An integer value indicating from which second to start capturing frames from the video, default is 0 (from the beginning)
End Second This app would not extract frames after this second. Default is the duration of the video.
# of Frames Integer value of how many frames you want to generate. Default is 100 frames.
Start Start the process.
Cancel Stop the process.

Output

  • Two sub-directories origin and landmark will be created in the specified output directory.
  • origin contains the original frames extracted from the video, with file name: img001.png.
  • landmark contains the landmark image drawn based on the corresponding frame in origin, with file name: img001lm.png.
  • If there is no face detected in one original frame, the corresponding file name in landmark is no_face_img001lm.png.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].