A question about function `create_point_cloud_from_depth_image`
elenacliu opened this issue · 1 comments
elenacliu commented
graspnet-baseline/utils/data_utils.py
Lines 33 to 43 in 46f6490
In L38~L39, to get points' x, y coordinates in the camera space, why do you multiply points_z
?
chenxi-wang commented
This is a basic transformation in point cloud computation. You can refer to related materials.