pointnet
pointnet copied to clipboard
Preparing my own data
Hello ,
I'm trying to use my own DATA for the training and i had some trouble
First, i used the script given by @charlesq34 to write HDF5
file following this steps:
- Convert an
.OBJ
to.MAT
file using this script (https://github.com/charlesq34/3dmodel_feature/blob/master/demo.m) - Then i used this script (https://github.com/charlesq34/3dmodel_feature/blob/master/io/write_hdf5.py) to convert the
.MAT
file to.H5
file
and this is the structure of the file created
and when i launch the training i have this error
Secondly, i used the script given by @IsaacGuan to write HDF5
from .PLY
file (https://github.com/IsaacGuan/PointNet-Plane-Detection/blob/master/data/write_hdf5.py)
this is the structure of the file created
and when i launch the training i have this error
Thank you for your help.
Hello , I'm trying to use my own DATA for the training and i had some trouble First, i used the script given by @charlesq34 to write
HDF5
file following this steps:
- Convert an
.OBJ
to.MAT
file using this script (https://github.com/charlesq34/3dmodel_feature/blob/master/demo.m)- Then i used this script (https://github.com/charlesq34/3dmodel_feature/blob/master/io/write_hdf5.py) to convert the
.MAT
file to.H5
fileand this is the structure of the file created
and when i launch the training i have this error
Secondly, i used the script given by @IsaacGuan to write
HDF5
from .PLY
file (https://github.com/IsaacGuan/PointNet-Plane-Detection/blob/master/data/write_hdf5.py) this is the structure of the file createdand when i launch the training i have this error
Thank you for your help.
@SalaheddineSTA did you find a solution ?
@arunumd unfortunately not yet
@SalaheddineSTA were you able to prepare your data?
@SalaheddineSTA were you able to prepare your data? @sheshap unfortunately no, i finished by changing my approach i moved to another method
@SalaheddineSTA Thanks for the update.
I have a modified modelnet40 dataset with normals, x,y,z,nx,ny,nz data in .txt format (like the resampled data provided by the authors) and I am trying to convert that into .h5 format.
I am able to use only the x,y,z points but the 1st epoch is very slow.
Please suggest on any method you know of to do so. Thanks in Advance.
@SalaheddineSTA were you able to prepare your data? @sheshap unfortunately no, i finished by changing my approach i moved to another method
what method that you use?