Giter VIP home page Giter VIP logo

Comments (2)

laolongboy avatar laolongboy commented on July 23, 2024 1

Thanks. What a marvellous idea!

from ostec.

barisgecer avatar barisgecer commented on July 23, 2024

Hi,
A very good question. render_uv_image function basically unwrap the face into a UV space given a 3D face reconstruction (i.e. dense landmarks). In order to know which parts of UV texture map need completion, we first run a face segmentation/masking on 2D image and then map it to the UV texture map. To avoid running UV extraction (i.e. which is arasterization process) twice, I concat the masking to the RGB image and then seperate.

img_uv_src.pixels[3]<0.5 inversing the map as well as removing any non-binary outputs caused by the interpolation.

Later we use this UV mask here to remove segmented part of the face from UV texture map.

Hope this answers your question,
Baris

from ostec.

Related Issues (20)

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.