GithubHelp home page GithubHelp logo

humman_toolbox's People

Contributors

caizhongang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

humman_toolbox's Issues

Issue about Calibration

Hello,

I'm using the HuMMan dataset and I try to project the skeleton keypoints obtained from SMPL onto Kinect color images. However, I noticed that the projected 2D keypoints do not match with the image. It appears that the depth coordinates are flipped. Could you please let me know what might be going wrong?

I'm using the following conversion formula: Jworld = R @ Jcam + T, where J is the coordinates of 3D joints, R is the rotation matrix R from camera.json, and T is the translation vector T.

Thank you for your help.

Action label

Can you provide the action label for each sequence?

about fps

Hello,

What is the sequences fps?

Thank you for your help.

smpl模型输出得到的6890个vertices顶点如何得到对应的眼睛的2d关键点的图像坐标?

@caizhongang hello, visualizer.py代码里面输出的smpl模型输出得到的6890个proj_vertices顶点如何得到对应的眼睛或者鼻子等的2d关键点的图像坐标?
proj_vertices = perspective_projection(vertices, K, R, T)

draw on the color image

proj_vertices = np.round(proj_vertices).astype(int).tolist()
for point in proj_vertices:
color = cv2.circle(color, tuple(point), 1, (255, 255, 255), thickness=-1)

多个相机标定

你好,请问论文中提到的Geometry-based calibration的方式,有更详细的介绍或者参考的代码吗

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.