-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question for preparing data #6
Comments
Hi, It depends on what kind of data you have. For training:
For testing:
Note that the current state of this repository only contains data for testing. That's why only the data_testing.h5 can be generated. You could roll back to a previous commit add chairs to the training set to see the training data. |
hello,i am sorry to bother you about how to prepare the raw data,it seems that the points/ply needs to be the same size(2048), id like to know why and how to guarentee the number of the points to be 2048 |
Hi @weiweimanger, |
Hi @IsaacGuan, so i have .ply file, as you mentioned that i need to collect the .seg file for each .ply, how do i do that ? |
@IsaacGuan I am using .csv files per image. It contains multidimensional features. Can I use .csv file instead of .ply file for .h5 file? Thanks |
Hi @IsaacGuan |
Hello @IsaacGuan
Please check that I understand how you prepare your data
3(?). run rename_pts.py
If not, could you tell me the right order for preparing my own data using your git codes?
Sorry for my poor english skills, and I will really really appreciate if you reply me.
I run your code as follow order without ply, hdf5_data, points_label folder
however, when I run write_hdf5.py, it shows that it needs points_label dats, so I put it.
Then only data_testing.h5 came out.
can you help me?
I'am trying to classify pointcloud data, but, I can't make my own data as hdf5 format :(
plz help me
The text was updated successfully, but these errors were encountered: