how to train on my own data
how to train on my own data,just have a txt file x,y,z
Hi @wlsonia
Please refer to this file and convert you txt file to h5 file. xyz is enough and RGB information is not necessary.
Thanks.
thanks,I want to label my point cloud,can you recommend me an annotation software?thank you.
Cloud Compare have some segmentation algorithms that may make annotating easier. What I've also done is projected my point cloud to 2D space and then used image segmentation techniques to make that sort of thing easier (especially if it's an aerial collect). Skimage has quite a few image segmentation routines that might make things easier for you.
Also one thing I do is start with ground segmentation. that may make segmentation easier because you have the ground out of the way. @burui11087 would you be able to do a binary classification with PointCNN (ground vs non ground)? That might be a way to get used to deep learning with PointCNN. That's one thing I was considering trying with my data to get started and then going from there. CSF is a pretty straight forward way of segmenting the ground returns.
Hi, I have pts data prepared, I wish to understand exact part of code that I have to change. Please consult.
Hi
I have txt files that contain x,y,z,r,g,b,i information,but when I run the prepare_sannet_data_cls.py file,an error occurred and I don't know how to solve it .
**Traceback (most recent call last):
File "prepare_scannet_cls_data.py", line 75, in