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

Question about d (depth) #1

Open
junjun1023 opened this issue Feb 27, 2024 · 1 comment
Open

Question about d (depth) #1

junjun1023 opened this issue Feb 27, 2024 · 1 comment

Comments

@junjun1023
Copy link

Good work!

I'm confused to the following questions:

  • Is there any strategy to define d (depth) to reshape 2D features into 3D voxels?
  • How does pre-defined depth work to all scenarios and instances?
  • Why does 'Voxel Relation' output 6D continuous representation instead of a rotation matrix directly?

Thank you for the open source code and data!

@Jaraxxus-Me
Copy link
Owner

  1. We didn't use depth, we just used the rotation matrix to rotate the 3D voxels. This strategy is inspired by VideoAutoEncoder.
  2. I think we didn't predefine any depth hyperparameter. VoxDet only needs to rotate the voxel (we assume object-centric feature).
  3. I tried both rotation matrix and 6D continuous vector and found the vector estimation is slightly better.

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