Code Monkey home page Code Monkey logo

diff-3dgs-cam-grad's People

Contributors

jonathonluiten avatar kuldeepbrd1 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

nus-cvrp

diff-3dgs-cam-grad's Issues

questions about how to use it

Hi,

Thank you for your work. I think your work is really helpful to my project. I saw your work in the repo of 3dgs, and I want to ask did you proved that your code work can work? I noticed that you let others to check if your code is reasonable five days ago. So I am not sure whether I can directly use your code in my project. Btw, I also want to ask if use your code, what should i change in 3d-gs code. Thank you.

Best,
Kevin

Theory behind pose backprop

Can you please elaborate on the gradient computation starting here?

While this makes sense:

// dL/dW = dL/dT *dT/dW
// T = W * J
// dL/dW = J^T * dL/dT

You mentioned this paper, and there it seems that dW/dTcw is a 9x6 matrix, and I'm not sure how should it match dl/dW of shape (3x3) that you get.

Also, shouldn't dl_dw look like this?

float dL_dW00 = J[0][0] * dL_dT00 + J[1][0] * dL_dT10;
float dl_dW01 = J[0][0] * dL_dT01 + J[1][0] * dL_dT11;
float dl_dW02 = J[0][0] * dL_dT02 + J[1][0] * dL_dT12;
float dl_dW10 = J[0][1] * dL_dT00 + J[1][1] * dL_dT10;
float dl_dW11 = J[0][1] * dL_dT01 + J[1][1] * dL_dT11;
float dl_dW12 = J[0][1] * dL_dT02 + J[1][1] * dL_dT12;
float dl_dW20 = J[0][2] * dL_dT00 + J[1][2] * dL_dT10;
float dl_dW21 = J[0][2] * dL_dT01 + J[1][2] * dL_dT11;
float dl_dW22 = J[0][2] * dL_dT02 + J[1][2] * dL_dT12;

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.