Jaraxxus-Me / VoxDet

Official code for NeurIPS 2023 SpotLight: VoxDet: Voxel Learning for Novel Instance Detection
24 stars 4 forks source link

Question about d (depth) #1

Open junjun1023 opened 6 months ago

junjun1023 commented 6 months ago

Good work!

I'm confused to the following questions:

Thank you for the open source code and data!

Jaraxxus-Me commented 6 months ago
  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.