grasp_diffusion
grasp_diffusion copied to clipboard
Data preprocessing: Unsigned Distance
The paper mentions the use of signed distance for each object. However, the preprocessing code makes use of unsigned distance. Is this correct? (absolute=True is used)
https://github.com/robotgradient/grasp_diffusion/blob/59b633c5bdfec1c9c5505ea0f4f8d963beeed252/scripts/create_data/generate_mesh_sdf.py#L43-L58