Giter Site home page Giter Site logo

3dmfv-tutorial's People

Contributors

mhwasil avatar sitzikbs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

3dmfv-tutorial's Issues

puzzle about np.power(batch_sig[:, :, :, 0], D)

Thanks for your quickly reply. Actually, I have read your paper released in IEEE ROBOTICS AND AUTOMATION LETTERS. However, I still don't understand the meaning of np.power(batch_sig[:, :, :, 0], D) after I read Equation 1 in section 3.1, it doesn't stand for sqrt(delta(sigma)) as only variance of the first variable in Gaussian is used in np.power(batch_sig[:, :, :, 0], D), could you give me more help?Thank you!
搜狗截图20190606060018

Compute probability per point

hi, I have read the code in utils.py, but I am puzzled about probability computation in line 295 to 296.
p_per_point = (1.0 / (np.power(2.0 * np.pi, D / 2.0) * np.power(batch_sig[:, :, :, 0], D))) * np.exp(
-0.5 * np.sum(np.square((batch_points - batch_mu) / batch_sig), axis=3))
Why the item-np.power(batch_sig[:, :, :, 0], D)- is multiplied? I don't know why the first axis and D are used, could you help me?

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.