Open kaxapatel opened 2 years ago
I can't tell what the problem could be from the screenshot. Can you provide more information? For example:
Sorry for the late reply. You don't need to add augmentation to train the model. So it is not the issue here. My guess is the annotation is not converted to the correct semantic label and instance id. Can you check if the annotated_data
you loaded contains the semantic label between 0-16 and a unique instance id for each instance? You also need to edit the .yaml file since the class is not the same as SemanticKITTI. https://github.com/edwardzhou130/Panoptic-PolarNet/blob/3a72f2380a4e505e191b69da596f521a9d9f1a71/semantic-kitti.yaml#L109-L206
Ok. Thank You for your attention. I have one more query. I hase started working with custom dataset for my own project. I have velodyne, its label annotation and which if for landmark detection. so what changes I must do for training using your code. how can I get content, learning_map(if I have few distinct classes) and its inverse?
Hi. Really good work. I am trying to train the model but I can not debug why the losses are very high and PQ is too poor. Hope you may have some idea.