PointNet-Plane-Detection icon indicating copy to clipboard operation
PointNet-Plane-Detection copied to clipboard

A 3D plane detection approach using PointNet

Results 10 PointNet-Plane-Detection issues
Sort by recently updated
recently updated
newest added

Hi, I received this error while converting the data from ply to h5. Not sure what's wrong. FileNotFoundError: [Errno 2] No such file or directory: './ply/ply.ply' Do I need to...

In provider.py I have made these changes on the following function # Read numpy array data and label from h5_filename def load_h5_data_label_seg(train_filename): f = h5py.File(train_filename) data = f['data'][:] #label =...

Hi IsaacGuan @IsaacGuan Thank you for publishing your code. I have used your code to train my own data. My data also has two classes like yours. However, my model...

Hello @IsaacGuan I wanted to ask you regarding the steps needed for preparing my dataset for feeding into pointnet++ network. Im using astyx data set and i have 539 frames...

Hi Isaac, thanks for your work. But I do not know how to label the points of the plane? What kind of efficient tools can I use to mark out...

Besides changing `NUM_PART_CATS = 2` what else needs to be modified to have train.py accept more than 2 classes? Thank you :)

Hi, IsaacGuan Thank you so much for sharing the application code of pointnet. When I run your code, I have the following doubts. 1. What are the three .obj files...

Hello @IsaacGuan Please check that I understand how you prepare your data 1. get .pts data and filelist 2. run make_filelist.py 3(?). run rename_pts.py 4. run make_ply.py 5. write_hdf5.py If...

Thank you very much for your program. But I ran your program and kept reporting an error. For example, Import Error: No module named tf_util. I have been looking for...

Hello, how to generate the .seg file