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

Inquires about 'origin' parameter in scannet/other datasets #84

Open
Cindy0725 opened this issue May 29, 2024 · 1 comment
Open

Inquires about 'origin' parameter in scannet/other datasets #84

Cindy0725 opened this issue May 29, 2024 · 1 comment

Comments

@Cindy0725
Copy link

Hi, I have a question about this line of code when processing the multi-view ScanNet Dataset:

origin = np.array([.0, .0, .5])

During training, you add a random shift to this origin so it becomes (x,x,0.5). I am wondering the physical meaning of this origin parameter. Do we need to change this value when adopting different datasets, like ARkitScenes? And is there any connection with the depth coordinate system in mmdetection3d? Since I also see an origin parameter there:
1716979382982

Thank you very much! Looking forward to your kind reply.

@filaPro
Copy link
Contributor

filaPro commented May 29, 2024

It's just some point near the mean of the all points of all scenes. Just to be sure that our voxel volume covers most of the objects.

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