realust visualization
yangchandler opened this issue · 2 comments
yangchandler commented
Hi,thx for your resource code.
I have one question,
I used test_pretrain.py to get infer labels,but when I use SemanticKitti-API to visualize the labels, The visualization results are dark,as if the label does not correspond to the official color.Did you have a question like this?
edwardzhou130 commented
I did not transfer the label back to the original label format which is used in semantic-kitti-api. So the label probably don't match with the colormap
Lines 37 to 71 in 3f95ad6
You can use remap_semantic_labels.py(with --inverse) from semantic-kitti-api to do the inverse transferring.
yangchandler commented
My question has been solved. Thank you for your answer.