Pointnet_Pointnet2_pytorch icon indicating copy to clipboard operation
Pointnet_Pointnet2_pytorch copied to clipboard

about visualization

Open PointCloudYC opened this issue 6 years ago • 6 comments

Two questions about the visualiztion part.

  1. pc_utils.py can not run properly. Base on the code, the reason is load_data function is not defined in ShapeNetDataLoader.py.

  2. what is the functionality for the show3d_balls.py file? According to the code, is it correct that showpoints function is to show point cloud with different color according the points' gt and pred labels? Could u give a illustrated example w. gt and pred labels?

Thanks!

PointCloudYC avatar Oct 03 '19 03:10 PointCloudYC

Two questions about the visualiztion part.

  1. pc_utils.py can not run properly. Base on the code, the reason is load_data function is not defined in ShapeNetDataLoader.py.
  2. what is the functionality for the show3d_balls.py file? According to the code, is it correct that showpoints function is to show point cloud with different color according the points' gt and pred labels? Could u give a illustrated example w. gt and pred labels?

Thanks!

Hi, I also meet these questions.

By the way, I change the dataset in pc_utils.py , by using the load_data in the ModelNetDataLoader.py, it works.

limt15 avatar Oct 08 '19 16:10 limt15

Two questions about the visualiztion part.

  1. pc_utils.py can not run properly. Base on the code, the reason is load_data function is not defined in ShapeNetDataLoader.py.
  2. what is the functionality for the show3d_balls.py file? According to the code, is it correct that showpoints function is to show point cloud with different color according the points' gt and pred labels? Could u give a illustrated example w. gt and pred labels?

Thanks!

Hi, I also meet these questions.

By the way, I change the dataset in pc_utils.py , by using the load_data in the ModelNetDataLoader.py, it works.

Thanks for your insightful answer, I will give a try.

PointCloudYC avatar Oct 10 '19 08:10 PointCloudYC

How can I visualise the prediction results on the part segmentation testing (test_partseg.py file)?

doctormachine avatar Feb 21 '20 08:02 doctormachine

How can I visualise the prediction results on the part segmentation testing (test_partseg.py file)?

Have you got the prediction results?

lakshmipriya369 avatar Jul 31 '21 17:07 lakshmipriya369

ERROR: dll = np.ctypeslib.load_library(os.path.join(BASE_DIR, 'render_balls_so'), '.')

mypy98 avatar Dec 23 '21 07:12 mypy98

I have trained my own model now, but it is labeled in the test, but I need help on how to predict my unlabeled data. Have you finished?

mypy98 avatar Dec 24 '21 03:12 mypy98