Ashtan Mistal

Results 2 issues of Ashtan Mistal

In main.cpp: ``` for (int i = 0; i < pnumber; i++) { fscanf(pointreader, "%lf %lf %lf", &po[i].xyz[0], &po[i].xyz[1], &po[i].xyz[2]); int ppp = floor(((po[i].xyz[0] + 0.5) / cell)) * boxsize...

LiDAR-DenseSeg semantic segmentation left some incorrectly classified data points in the resulting point cloud. Attempts were made to remove these datapoints and mitigate errors, but a more thorough process is...

bug