chenfengxu714 / SqueezeSegV3

BSD 2-Clause "Simplified" License
220 stars 50 forks source link

Seeking guidance to perform Semantic Segmentation on custom Dataset #30

Open sai1992c opened 2 years ago

sai1992c commented 2 years ago

Hi @chenfengxu714 . Great work again..! I'm here after looking at your image2point repo. I felt this paper is more complete currently, hence wish to try out this work on my custom dataset. I hope I will get good guidance from you.

I have a collection of text files (point-cloud) in XYZC per each line (C-Classification Label). I downloaded the dataset from https://environment.data.gov.uk/defradatadownload/?mode=survey. I wish to perform Semantic Segmentation on this dataset with the implementation of this paper.

Kindly advice me on how to preprocess these text files and train them through this implementation.

I will be very grateful if you could help me out on this.

sai1992c commented 2 years ago

@chenfengxu714 Any help pls?

enting8696 commented 2 years ago

hi, Do you solve this problem? if yes, can you give me some advice ?

because i also have .txt point cloud files, but the label is .jason

Adiklon100 commented 1 year ago

Hey I'm also in need. Were you able to solve this problem? If yes, then I'd like you to provide some insights on how to preprocess data on custom dataset.