Closed akouri-dd closed 3 years ago
Sorry for the late reply:
learning_map
maps our semanticKITTI annotation labels (like 10 for car, 30 for person) to a range that is used for learning, such as 0-19.learning_map_inv
is the opposite direction, which is also the way you have to submit the results to the codalab evaluation.learning_ignore
are the classes that are ignored in the training. (I think.)If you have further questions regarding this specific topic feel free to re-open this issue or open another issue for other questions.
hi, bro. @akouri-dd I think you also use the code to train your own dataset. I wonder have you succeed? How and what the content in labels/semantic-kitti.yaml should be modified? thanks!
I'm a little confused by some of the values in the labels
.yaml
s.content
-- I'm assuming it's the number of points in the dataset for each class divided by the total number of points in the dataset?learning_map
supposed to work? I have tried creating my own mapping, but it causes the IoU scores for the remaining classes to go down significantly.learning_map_inv
? Why not just dynamically calculate this, since there is no new information provided?learning_ignore
do?