Closed LiJin73 closed 1 year ago
Yes, our code focuses more on real-world scene-level point clouds and we just simply test our performance on ModelNet40 without too much tuning. You can add a point number limitation in transform.py
or modelnet40.py
, which might lead to better performance since 10000 points are too redundant for ModelNet40.
Thank you for your great job. But I have seen the code and the config in Issue #9, there seems to be no operation to limit the number of points for the Modelnet dataset.