LMD0311/PointMamba

Mamba blocks

Closed this issue · 2 comments

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

You may forget the for loop here.

for i in range(n_layer)

You may forget the for loop here.

for i in range(n_layer)

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.