Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Questions on Virtual Points #30

Open
russellyq opened this issue Jan 4, 2024 · 4 comments
Open

Questions on Virtual Points #30

russellyq opened this issue Jan 4, 2024 · 4 comments

Comments

@russellyq
Copy link

Hi,

Thanks for your great work ! When I am reading your codes, I am confused about how you generate the virtual points by a specific seed, as described in your paper.

Looking forward to your answer.

Thanks.

@SxJyJay
Copy link
Owner

SxJyJay commented Jan 4, 2024

Do you mean that the method of selecting specific seed points in the 2D image plane for lifting into 3D voxel space? We randomly select some pixels as seeds per instance.

@russellyq
Copy link
Author

Do you mean that the method of selecting specific seed points in the 2D image plane for lifting into 3D voxel space? We randomly select some pixels as seeds per instance.

Hi, thanks for your response.

Yes. But we did not see how you do this process in your codes.

@SxJyJay
Copy link
Owner

SxJyJay commented Jan 4, 2024

Because we generate these virtual points offline, and I provide the pre-generated virtual points through BaiduYun.

@russellyq
Copy link
Author

Thanks for your answer! I still have some questions regarding this.

  1. how do you generate these points offline ? Did you generate these points according to MVP ?
  2. how did you read these points into the framework? Also, I see that you generate voxel_2d in (
    fg_voxels, fg_num_points, fg_coors = self.voxelize_fg_pcd(batch_fg_pcd_cams, downscale_factor)
    ) what is the relationship between the voxel2d here and the pre-generated virtual points ?

Thanks for your answer ! Also, since I may have some more questions, can we share our wechat via email ( qiaoyan@cuhk.edu.hk ) and we can have more corporation in future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants