Code Monkey home page Code Monkey logo

Comments (4)

ShichenLiu avatar ShichenLiu commented on June 22, 2024 5

Hi there,

Yes, so the parametrization of texture in a single triangle could be a little bit tricky but I will try my best to explain it for you. Please feel free to ask me if you have any further questions.

So imagine the triangle barycentric coordinate system as x-axis and y-axis (e.g. V0->V1 is x-axis and V0->V2 is y-axis), then the texture space is a triangle whose vertices are (0, 1), (0, 0) and (1, 0). In order to fully utilize all of the parameters, we parametrize a single triangle as following scheme (we take texture_res == 3 as an example).

demo

This is why a mesh with (texture.shape[2] == 9) is considered as (texture_res == 3)

from softras.

shubham-goel avatar shubham-goel commented on June 22, 2024 3

Hi @ShichenLiu. Thanks for the explanation!

I have another question regarding the texture. Can you explain the mapping between the texture of NMR and Softras? I have texture_map available in NMR format but need to render it using SoftRas.

In NMR, the texture map is of size (batch_size, num_faces, texture_size, texture_size, texture_size, 3). For softras, I use textures_Softras = textures_NMR[:,:,:,:,0,:].view(b,f,t*t,3) to flatten NMR's texture map. However, the texture of the resulting rendered image seems to be different from NMR.

Can you explain how to compute Softras's texture map from NMR's texture map?

Thanks!

from softras.

nikhilaravi avatar nikhilaravi commented on June 22, 2024 1

I am also interested in the code to learn/optimize the texture!

from softras.

ShichenLiu avatar ShichenLiu commented on June 22, 2024

Hi,

It is not straightforward to convert the texture between our's and NMR's. I am afraid the most practical way is to dump them to image and reload?

from softras.

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.