Closed RoaringCat1217 closed 2 years ago
Hi, we provide a function for exactly this purpose: https://github.com/facebookresearch/co3d/blob/8ad0f03ff53ee2470717fed8f4d51bc3d5dcdacd/tools/point_cloud_utils.py#L25
Make sure to try this one out first. Happy to help with any following issues.
Hi, I am trying to fuse together each depth map to get one point cloud, but failed. I use camera parameters given by dataloader. Here is my code:
Thanks a lot.