GithubHelp home page GithubHelp logo

syrilzhang / deepvideoportraits Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sunmars/deepvideoportraits

1.0 2.0 0.0 14.3 MB

rebuilding a computer vision project about video reenactment

Python 100.00%

deepvideoportraits's Introduction

Rebuild DeepVideoPortrait

Basic info

This is a rebuilding of DeepVideoPortrait. We hope to realise almost the same output with theirs, based on which there may lie a choice to get some promote and learn something with the same time.

Work progress

Thanks to the work of 3DMM_CNN, this project relies on their work to parameterize the face, including identity (shape&texture) and expression. And this project did some slightly change by transforming parameters of one graph to another, then render it. As for the correspondence photo, just apply every pixel on the image with a RGB value according to the different index. And using opencv and the feature points detected in 3DMM_CNN, we target the eye region, which are painted to white. In this region, then, find the pupil next simply by spotting the darkest pixel in it and draw a blue circle with fixed radius centering that pixel. In these ways, we now obtain the 3 images of every frame which applied as the conditioning inputs for cGAN in that paper.

To do list

  • prepare the dataset and process frames in the videos first to gain that 3 images.
  • learing to build the structure of cGAN.
  • try to distribute this project on GPU and accelerate the training.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.