liujiaming1996 / BEVUDA

MIT License
7 stars 2 forks source link

Question about “Geometric-space Aligned Student” #1

Closed Rayn-Wu closed 3 weeks ago

Rayn-Wu commented 3 weeks ago

Hi, thanks for sharing this great project! In your paper, Sec. III (D):

we project multi-geometric features (i.e., 2D images, Voxel, and BEV) to a shared geometric embedding space and decrease the data distribution distance between two domains.

Could you please show me where is the "projection" part in your code? It would help me alot.

liujiaming1996 commented 3 weeks ago

Thank you for your interest in our work. We have documented the projection layer at https://github.com/liujiaming1996/BEVUDA/tree/main/layers/discriminator, where you can find different structures of the projection layer. Of course, the design of the projection layer is not limited to this; we have also followed previous mainstream UDA adversarial work. We hope this can assist you in your research.

Rayn-Wu commented 3 weeks ago

Thank you very much for your reply!