pointnet.pytorch icon indicating copy to clipboard operation
pointnet.pytorch copied to clipboard

segmentation file

Open kiranintellify opened this issue 5 years ago • 3 comments

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.

kiranintellify avatar Aug 12 '19 12:08 kiranintellify

I have the same problem. I don't know why it's necessary the .seg files in the script "train_classification.py".

gasparramoa avatar Oct 01 '19 13:10 gasparramoa

@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.

arunumd avatar Oct 18 '19 18:10 arunumd

@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.

xlj199 avatar Aug 12 '20 06:08 xlj199