You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Thanks for the excellent work on this project. I am deeply interested in its potential applications. Currently, I am integrating your model into my multi-view reconstruction method for grasp generation. However, I have observed an issue where the multi-view point cloud, accumulated from multiple depth images, produces a suboptimal number of grasps (zero or < 10) compared to the single-view point cloud generated from a single view depth image (~hundreds).
Question:
I am seeking clarification on why this discrepancy is occurring.
Grasp Generation Process for Multi-View Point Cloud:
Rendered depth map from multiple cameras
Converted each depth map to a point cloud (in world coordinates)
Combined all point clouds into one large point cloud
Created virtual cameras facing the center of the point cloud (assuming the object is at the center)
Converted the consolidated point cloud to each virtual camera's coordinates and used it as input for GraspNet
Grasp Generation Process for Single-View Point Cloud:
Rendered depth map from a single camera
Converted the depth map to a point cloud (in world coordinates)
Converted this point cloud to the camera's coordinates and used it as input for GraspNet
I would appreciate any insights or suggestions to address this issue. Your assistance is invaluable.
Thank you for your time and support.
The text was updated successfully, but these errors were encountered:
Yes, the virtual camera poses we employed closely resemble the ones I use for generating point clouds. Just to clarify, we also conducted tests using actual camera poses, and the results were similar.
Description:
Thanks for the excellent work on this project. I am deeply interested in its potential applications. Currently, I am integrating your model into my multi-view reconstruction method for grasp generation. However, I have observed an issue where the multi-view point cloud, accumulated from multiple depth images, produces a suboptimal number of grasps (zero or < 10) compared to the single-view point cloud generated from a single view depth image (~hundreds).
Question:
I am seeking clarification on why this discrepancy is occurring.
Grasp Generation Process for Multi-View Point Cloud:
Grasp Generation Process for Single-View Point Cloud:
I would appreciate any insights or suggestions to address this issue. Your assistance is invaluable.
Thank you for your time and support.
The text was updated successfully, but these errors were encountered: