Thanks for your great work and the open-source code.
When i read the code, i find one thing: the RPN Network implemented in https://github.com/lijx10/USIP/blob/master/models/networks.py is different from the architecture described in your USIP paper ?
Such as:
Repo code: pointnet1 -> pointnet2 -> KNN -> MLP
Paper Arch: pointnet1 -> KNN -> pointnet2 -> MLP
Is it right?
Looking forward to your reply.