denseReg icon indicating copy to clipboard operation
denseReg copied to clipboard

direct regression and heatmaps

Open weiguochow opened this issue 5 years ago • 1 comments

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

weiguochow avatar Aug 28 '18 02:08 weiguochow

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.

melonwan avatar Sep 05 '18 20:09 melonwan