-
Notifications
You must be signed in to change notification settings - Fork 366
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
Regarding custom dataset #243
Comments
I would also like to know how to train on custom data, any guidance to save hours reverse understanding the code would be great |
@odddozen not sure about this repos/code, but I made my data work with PointNet using some other repositories and writing custom DataLoader. |
@rajahaseeb147 thanks for the response, sorry I didnt see it at the time. Would you be kind enough to let me look at your data loader for inspiration? |
@odddozen Sure. Here are some examples: I found some implementation repos, and in those repos I tried to follow the ShapeNet dataloader because it seemed most relevant to my dataset. |
@odddozen links of those repos: https://github.com/yanx27/Pointnet_Pointnet2_pytorch https://github.com/fxia22/pointnet.pytorch https://github.com/nikitakaraevv/pointnet Hope it helps. |
@rajahaseeb147 thanks a lot! it definitely helps understand the general structure/approach. I was stuck for ages trying to compile spconv but finally got past that to try my own dataloader. |
@odddozen I am glad! |
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, Z points with labels (4 columns in total) in txt files. I wanted to know how I can create a data loader for custom data and train the network.
The text was updated successfully, but these errors were encountered: