Pointnet_Pointnet2_pytorch icon indicating copy to clipboard operation
Pointnet_Pointnet2_pytorch copied to clipboard

PointNet and PointNet++ implemented by pytorch (pure python) and on ModelNet, ShapeNet and S3DIS.

Results 166 Pointnet_Pointnet2_pytorch issues
Sort by recently updated
recently updated
newest added

Thanks for your great job.I want to know how to export data sets and apply them to other network classification models

Hi, thanks for the work. If I only want to use the small net input transform(T-net), how can I use it? Or is it possible to extract the transformation matrix...

I want train my datasets,and i have one class,i want segmentation it to four parts,so what parameters do i need to set?

What are the things to watch out for in windows? Especially in the final semantic segmentation visualization of the command is the same?

On my gpu it only consumes less than 1GB memory and it has extremely slow loading time, which I guess is caused by copying the weights.. anyone has the issue?...

tranin_semseg.py and test_semseg.py The accuracy evaluation results are different during testing. Looking forward to your reply. Thank you

I tested Nvidia RTX 4060 mobile with driver 535 or 550 under ubuntu 24.04, but it can't work, install with command `conda install pytorch==1.6.0 cudatoolkit=10.1 -c pytorch`. The gpu isn't...