guochengqian / PointNeXt

[NeurIPS'22] PointNeXt: Revisiting PointNet++ with Improved Training and Scaling Strategies
https://guochengqian.github.io/PointNeXt/
MIT License
757 stars 108 forks source link

I can't implement the the result of pointneXt-B #29

Closed Shadow581 closed 2 years ago

Shadow581 commented 2 years ago

Dear Author, Thank you for the pointneXt paper, it's very nice. But I had implemented the pointneXt-B model, I can't reach the first epoch result. My code: https://github.com/TaylorIn/pointneXt-pytorch I know read source code is very boring, but could you take a look at it sometime? Could you give me some advices and measures? Thank you very much

guochengqian commented 2 years ago

I don't understand your question. I have the PointNeXt-B released.

Shadow581 commented 2 years ago

Just for readability of code, I rewrote it with reference to your code.

Sorry, it's my problem.

After S3DIS finished running, I will discuss with you.

Thank you for your attention.