pointnet.pytorch
pointnet.pytorch copied to clipboard
segmentation file
Hello, I want to use my data for classification i don't have .seg files. i have its .pts file and image file. how can i use this without .seg files.
I have the same problem. I don't know why it's necessary the .seg files in the script "train_classification.py".
@kiranintellify and @gasparramoa the .seg files are just a magic file format invented for training process for some unknown reason. They are literally like a .txt file and can be easily created and written by writing a simple python code. You don't need an API or anything to do this. I agree with your observations. The .seg files simply seem to be not necessary for the training process to work. It could have been made more straightforward.
@kiranintellify I had the same problem. Did you solve it later? Did you modify the code for this project, or did you solve it in some other way.