ZrrSkywalker / Point-NN

[CVPR 2023] Parameter is Not All You Need: Starting from Non-Parametric Networks for 3D Point Cloud Analysis
MIT License
455 stars 49 forks source link

Code for Point-PN #4

Open Liuyunming1999 opened 1 year ago

Liuyunming1999 commented 1 year ago

Thank you very much for your work. I wonder if you can provide the Point-PN code in your paper?

ZrrSkywalker commented 1 year ago

We are organizing the PN code and will release it in a few days. Thanks for your waiting.

zhuqiang00099 commented 1 year ago

期待Point-PN代码

ZrrSkywalker commented 1 year ago

@Liuyunming1999 @zhuqiang00099 Thanks for your waiting. The code for Point-PN has been released.

Cipher-zzz commented 1 year ago

@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?

ZrrSkywalker commented 1 year ago

@Cipher-zzz Sorry for this. We have rectified the code. Reach us if there has further issue.

Cipher-zzz commented 1 year ago

@ZrrSkywalker Thanks for your quick response, that works!