LMD0311 / PointMamba

[NeurIPS 2024] PointMamba: A Simple State Space Model for Point Cloud Analysis
https://arxiv.org/abs/2402.10739
Apache License 2.0
361 stars 24 forks source link

Mamba blocks #26

Closed Dreamxxxxxx closed 2 months ago

Dreamxxxxxx commented 2 months ago

Hello, thank you very much for your excellent work. I have a question to ask you. In the legend of the paper, the point cloud features go through multiple MAMBA blocks, but in reality, the code implementation only goes through one blocks! image image

LMD0311 commented 2 months ago

You may forget the for loop here. https://github.com/LMD0311/PointMamba/blob/da441cc374eed89d20be85887f08dd0bec3d619a/models/point_mamba.py#L206

Dreamxxxxxx commented 2 months ago

You may forget the for loop here.

https://github.com/LMD0311/PointMamba/blob/da441cc374eed89d20be85887f08dd0bec3d619a/models/point_mamba.py#L206

Thank you very much for your prompt response. Please forgive my carelessness. I may not be familiar with MAMBA, but I will take a closer look.