Code for Point-PN
Liuyunming1999 opened this issue · 6 comments
Thank you very much for your work. I wonder if you can provide the Point-PN code in your paper?
We are organizing the PN code and will release it in a few days. Thanks for your waiting.
期待Point-PN代码
@Liuyunming1999 @zhuqiang00099
Thanks for your waiting. The code for Point-PN has been released.
@ZrrSkywalker Thank you for your wonderful work and quick update.
I got this error when I ran point_pn:
Traceback (most recent call last): File "run_pn_mn40.py", line 15, in <module> import models as models File "\Point-NN-main\models\__init__.py", line 6, in <module> from .point_pn import Point_PN_mn40, Point_PN_scan ImportError: cannot import name 'Point_PN_mn40' from 'models.point_pn' (\Point-NN-main\models\point_pn.py)
There is no model class in point_pn.py. Could you check it and update the file?
@Cipher-zzz Sorry for this. We have rectified the code. Reach us if there has further issue.
@ZrrSkywalker Thanks for your quick response, that works!