PanopticSegmentation
PanopticSegmentation copied to clipboard
Help
I see you detection results under files but how and where do you use semantic results ?
@gaussiangit Hi, the semantic results is used in this place. https://github.com/LaoYang1994/PanopticSegmentation/blob/467e3c98e370e24cc9c9ab45be16aa940b1a22cc/src/cal_panoptic.py#L142
It's just a dummy interface just for debug.
Actually during the competition, we load semantic model in this place and generate semantic score matrix image by image. You can also save the semantic score matrix for each image to the local disk but it will cost a lot of space. So I advise the former.