Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

direct regression and heatmaps #15

Open
weiguochow opened this issue Aug 28, 2018 · 1 comment
Open

direct regression and heatmaps #15

weiguochow opened this issue Aug 28, 2018 · 1 comment

Comments

@weiguochow
Copy link

weiguochow commented Aug 28, 2018

Hi,

  1. The first method is coordinate regression method, whether the label is pixel coordinate or world coordinate for the loss calculation.

  2. What is the next two line code meaning? Could you give more information in details? Thank you!

norm_xyz_pose = tf.divide(xyz_pose - tf.tile(com,[jnt_num]), POSE_NORM_RATIO) gt_oms = tf.reshape(gt_normed_poses, (-1,1,1,3*self._jnt_num)) - xyzs

@melonwan
Copy link
Owner

melonwan commented Sep 5, 2018

Hey,

  1. the coordinate regression part is not included in the released code here.
  2. oms means offset map, it is used to calculate offset maps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants