contactgen icon indicating copy to clipboard operation
contactgen copied to clipboard

Contact map in inference

Open antonagafonov opened this issue 1 year ago • 1 comments

Hi, Can the contact map of a grabbed object be exported in inference?

Thanks

antonagafonov avatar Dec 19 '23 08:12 antonagafonov

Hi, you could visualize in point cloud by Open3d.

stevenlsw avatar Dec 23 '23 06:12 stevenlsw

Hi, How to visualize the Direction Map and Part Map?

zy123456123 avatar Nov 13 '24 07:11 zy123456123

Hi, given a point, a part map indicates a part segmentation label, so you could vis it as point cloud segmentation; for direction map, it is a unit vector, you could visualize it as point cloud surface normal or use colorwheel to visualize the first two components of it, just like visualizing optical flow

stevenlsw avatar Nov 17 '24 21:11 stevenlsw