Coder Social home page Coder Social logo

jstmn / ikflow Goto Github PK

View Code? Open in Web Editor NEW
34.0 2.0 5.0 76.81 MB

Open source implementation to the paper "IKFlow: Generating Diverse Inverse Kinematics Solutions"

Home Page: https://sites.google.com/view/ikflow/home

License: Other

Python 83.00% Shell 0.12% GLSL 0.03% Jupyter Notebook 16.85%
density-estimation inverse-kinematics machine-learning normalizing-flows robotics

ikflow's Issues

new robot training

Thank you for your excellent work. If I want to train my own robot, what do I need to prepare

  1. Add your own robot's URDF file
  2. Modify the code to include it in robots. py
  3. Modify the model_ Descriptions.yaml file
  4. Generate Dataset
  5. Training Model
  6. Validate the model
    I have tried the above steps, but there are still many things that seem incorrect. Can you give me some guidance?

I have a question about the negative logarithmic likelihood function during code training.

I have a question about the negative logarithmic likelihood function during code training. I found that the negative logarithmic likelihood function I was training had negative values.

Is this caused by my lack of normalization in processing the dataset? I did not modify the code for ikflow.

And when I looked at the code, I found that the
neg_log_likeli is defined by this code:

output, jac = self.nn_model.forward(x, c=conditional, jac=True)
zz = torch.sum(output**2, dim=1)
neg_log_likeli = 0.5 * zz - jac
loss = torch.mean(neg_log_likeli)

I didn't see the logarithmic operation for zz and jac here when watching Graph INN, nor did I see the softmax layer in the final output of the model. I have been troubled here for a long time, and I really hope to receive your explanation and assistance from the author.

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.