xhanxu / Mamba3D

[ACM MM 2024] Mamba3D: Enhancing Local Features for 3D Point Cloud Analysis via State Space Model
https://xhanxu.github.io/
72 stars 7 forks source link

Hello, thank you for your excellent work, but I encountered some problems when studying your code. After I modified the code, the code automatically deleted my changes when it was run and restored to the original state. What is the cause of this problem? How can I solve this problem? #7

Closed JennyWow111 closed 2 months ago

JennyWow111 commented 2 months ago

Hello, thank you for your excellent work, but I encountered some problems when studying your code. After I modified the code, the code automatically deleted my changes when it was run and restored to the original state. What is the cause of this problem? How can I solve this problem?

xhanxu commented 2 months ago

I didn't quite understand your question. Could you give a specific example, such as where the change was made? Or perhaps it's because we have been continuously updating the code in the past few days. If you clone the code to your local environment, would the issue of automatic modification still occur?

JennyWow111 commented 2 months ago

Before I run the code, the code looks like this 7857c3053f91af07c8204de8caa7476 After executing the run command, the code automatically deleted my print command image

JennyWow111 commented 2 months ago

I have cloned the code locally.

JennyWow111 commented 2 months ago

Ah~ Sorry, I just noticed that the code has been updated several times yesterday. I cloned the new code and this problem no longer occurs. Sorry for taking up your valuable time.