SqueezeSegV2 Network returns "NaN" for "MeanAccuracy" and "MeanIoU"
Show older comments
Hello everyone,
I am trying to train and validate the SqueezeSegV2 Network from the matlab page (https://ch.mathworks.com/help/deeplearning/ug/lidar-semantic-segmentation-using-squeezesegv2.html) with my own Dataset, but I am getting "NaN" values for 'MeanAccuracy" and "MeanIoU" parameters:

My initial point clouds ware unorganized, and I converted them to be organized using the same parameters as in the Velodyne sensor (https://ch.mathworks.com/help/lidar/ug/unorgaized-to-organized-pointcloud-conversion.html) except that I have set the Vertical FoV with different values : VerticalFoV = [26.8 -24.8].
Regarding the labels, I have a set of 'xlsx' files where each cell represents the class name corresponding to the Color information of each point from each pointcloud ( My PointClouds include Color Information, but not Intensity information unlike the dataset from the matlab page, hence I added values of 0 for that). Based on these xlsx files I created other tables which store ID values corresponding to each class in order to be able to create the PNG files.
Should I let the parameters of the Velodyne as they are predefined ? Or does this have to deal with the lack of Intensity information from my Dataset ?
I appreciate any Information regarding this issue.
Thanks !
Accepted Answer
More Answers (0)
Categories
Find more on Parallel and Cloud in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!