All Projects → anandpathak → Animeavataar

anandpathak / Animeavataar

Licence: gpl-2.0
creating Anime Avataar from a facial image

Projects that are alternatives of or similar to Animeavataar

Thug Memes
Command line Thug Meme generator written in Python
Stars: ✭ 224 (+622.58%)
Mutual labels:  dlib, image-processing
Face Swap Android
Realtime Face Swap Android NDK app full source code. Developed with OpenCV (http://opencv.org) and Dlib C++ (http://dlib.net).
Stars: ✭ 111 (+258.06%)
Mutual labels:  face, dlib
Facer
Simple (🤞) face averaging (🙂) in Python (🐍)
Stars: ✭ 49 (+58.06%)
Mutual labels:  dlib, image-processing
AverageFaceDemo
Average face on android
Stars: ✭ 31 (+0%)
Mutual labels:  face, dlib
Fast Face Android
👦 Fast-Face : Android App for Real-time Face Landmark Detection. You can check your landmarks in 60ms
Stars: ✭ 370 (+1093.55%)
Mutual labels:  face, dlib
Anonymize Video
Replace faces in a video with imaginary persons generated by a progressive GAN deep neural network
Stars: ✭ 15 (-51.61%)
Mutual labels:  face, dlib
Android Hpe
Android native application to perform head pose estimation using images coming from the front camera.
Stars: ✭ 46 (+48.39%)
Mutual labels:  face, dlib
Facial-Landmark-Detection
Facial Landmark Detection Framework
Stars: ✭ 33 (+6.45%)
Mutual labels:  face, dlib
Facecapture
an Android app kind like Facerig(but simpler)
Stars: ✭ 325 (+948.39%)
Mutual labels:  face, dlib
Curated List Of Awesome 3d Morphable Model Software And Data
The idea of this list is to collect shared data and algorithms around 3D Morphable Models. You are invited to contribute to this list by adding a pull request. The original list arised from the Dagstuhl seminar on 3D Morphable Models https://www.dagstuhl.de/19102 in March 2019.
Stars: ✭ 375 (+1109.68%)
Mutual labels:  shape, image-processing
Faceswap
Real-time FaceSwap application built with OpenCV and dlib
Stars: ✭ 611 (+1870.97%)
Mutual labels:  face, dlib
Ngmix
Gaussian mixtures and image processing implemented in python
Stars: ✭ 27 (-12.9%)
Mutual labels:  image-processing
Handy Image Processor
A handy Image Processor for NodeJS. 📷📷📷
Stars: ✭ 14 (-54.84%)
Mutual labels:  image-processing
Playpixels
Swift Playground Book for learning image processing.
Stars: ✭ 14 (-54.84%)
Mutual labels:  image-processing
React Facial Feature Tracker
React Component for Facial Feature Recognition based on the clmtracker
Stars: ✭ 13 (-58.06%)
Mutual labels:  face
Smartcircle
✂️Automatically determine where to crop a circular image out of a rectangular.
Stars: ✭ 29 (-6.45%)
Mutual labels:  image-processing
Imagery
Imagery simplifies image manipulations.
Stars: ✭ 27 (-12.9%)
Mutual labels:  image-processing
St Cgan
Dataset and Code for our CVPR'18 paper ST-CGAN: "Stacked Conditional Generative Adversarial Networks for Jointly Learning Shadow Detection and Shadow Removal"
Stars: ✭ 13 (-58.06%)
Mutual labels:  image-processing
Spark Edge Detection
Edge detection in Spark AR
Stars: ✭ 13 (-58.06%)
Mutual labels:  image-processing
Mylittlecanvas
🎨Need to create a custom view ? You don't know how to use Canvas, use MyLittleCanvas instead !
Stars: ✭ 870 (+2706.45%)
Mutual labels:  shape

AnimeAvataar

Travis CocoaPods Libraries.io for releases

This application is build using dlib library in C++.

You : "Hey, what are you trying to do ? "

Me : "I wanted to create an anime face from a normal face. like this one" alt tag

reference: http://www.jailbreakmodo.com/

You :"How are you gonna do this ? "

Me : "Currently there is two way to achieve, one is by extracting the feature of the face like Face Shape: ['round','square','oval' ,'etc',] Nose shape: ['wide','long','small and wide'] " other feautes like colour, eye shape, forehead etc and with these features create an image. another way is to extract face shape from the landmark detected and then transform the shape to an anime image. "

You "cool, what library are you using"

Me : "currently using dlib for facial landmark detection "

You "Can I contribute to your project ?"

Me : "of course ! just hit the fork and start !"

You "Can you tell me how to setup this project"

Me : "okay " ##Setup

  • git clone $project
  • download dlib and setup in the project
  • cmake ${project directory }
  • make
  • this will build an executable file in exec folder !
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].