facedata

A macOS app to parse face landmarks from a video for training GANs

https://github.com/xiaohk/facedata

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.8%) to scientific vocabulary

Keywords

annotator gans macos swift vision
Last synced: 6 months ago · JSON representation

Repository

A macOS app to parse face landmarks from a video for training GANs

Basic Info
  • Host: GitHub
  • Owner: xiaohk
  • License: mit
  • Language: Swift
  • Default Branch: master
  • Homepage:
  • Size: 22.5 MB
Statistics
  • Stars: 80
  • Watchers: 4
  • Forks: 9
  • Open Issues: 0
  • Releases: 2
Topics
annotator gans macos swift vision
Created about 8 years ago · Last pushed over 4 years ago
Metadata Files
Readme License Citation

README.md

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

Owner

  • Name: Jay Wang
  • Login: xiaohk
  • Kind: user
  • Location: Atlanta, GA
  • Company: @poloclub

Machine Learning PhD student at Georgia Tech. Life is not always 🦄 and 🌈, but my favorite emoji is 😉

GitHub Events

Total
  • Watch event: 4
Last Year
  • Watch event: 4

Committers

Last synced: 10 months ago

All Time
  • Total Commits: 13
  • Total Committers: 1
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jay Wong x****7@g****m 13

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 1
  • Total pull requests: 0
  • Average time to close issues: about 1 hour
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 1.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • XRSHEERAN (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads: unknown
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 4
proxy.golang.org: github.com/xiaohk/facedata
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 6.5%
Average: 6.7%
Dependent repos count: 6.9%
Last synced: 6 months ago
proxy.golang.org: github.com/xiaohk/FaceData
  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 6.5%
Average: 6.7%
Dependent repos count: 6.9%
Last synced: 6 months ago