PointCNN
PointCNN copied to clipboard
PointCNN: Convolution On X-Transformed Points (NeurIPS 2018)
What are the steps involved to use PointCNN for another dataset?
Thanks for your work! When i use your code extract scannet dataset for 3D classification , I get 12060 examples for training and 3416 for testing. It seems that scannetv2...
I want to do custom object detection, for the same I have captured the PCD images using the 3D camera and labeled it using "semantic-segmentation-editor" but how can I create...
Hi. Thank you for the repository. I wanted to ask if it is possible to get any guidance regarding the custom dataset. I have my own dataset i.e. X, Y,...
Dear author, I am interested in finding out the model size for PointCNN part segmentation, but I could only find the information for PointCNN classification network. Could you please report...
Hi everyone, I am pretty new in Neural Networks, can anyone share with me which parameters do you use? In which formats are (number, dictionary, array)? How do you run...
I am trying to create (and plot) a confusion matrix for a multilabel dataset that has the predicted results structured in the same way the S3DIS results. I'm having trouble...
Hi I am having some trouble calculating IoU on a per class basis for the semantics3d dataset. Hoping someone might be able to give me some pointers regarding how I...
Hi team, I was wondering if anyone can suggest ideas for doing some hyperparameter tuning for the framework? Cheers Dan
hello, when i visualized the result of pointcnn. I found that the segmented model's color is almost black. so i want to know how could i change the color of...