Pointnet_Pointnet2_pytorch
Pointnet_Pointnet2_pytorch copied to clipboard
about visualization
Two questions about the visualiztion part.
-
pc_utils.pycan not run properly. Base on the code, the reason isload_datafunction is not defined inShapeNetDataLoader.py. -
what is the functionality for the
show3d_balls.pyfile? According to the code, is it correct thatshowpointsfunction 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!
Two questions about the visualiztion part.
pc_utils.pycan not run properly. Base on the code, the reason isload_datafunction is not defined inShapeNetDataLoader.py.- what is the functionality for the
show3d_balls.pyfile? According to the code, is it correct thatshowpointsfunction 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.
Two questions about the visualiztion part.
pc_utils.pycan not run properly. Base on the code, the reason isload_datafunction is not defined inShapeNetDataLoader.py.- what is the functionality for the
show3d_balls.pyfile? According to the code, is it correct thatshowpointsfunction 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 theload_datain theModelNetDataLoader.py, it works.
Thanks for your insightful answer, I will give a try.
How can I visualise the prediction results on the part segmentation testing (test_partseg.py file)?
How can I visualise the prediction results on the part segmentation testing (test_partseg.py file)?
Have you got the prediction results?
ERROR: dll = np.ctypeslib.load_library(os.path.join(BASE_DIR, 'render_balls_so'), '.')
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?