PanopticSegmentation icon indicating copy to clipboard operation
PanopticSegmentation copied to clipboard

Help

Open gaussiangit opened this issue 5 years ago • 1 comments

I see you detection results under files but how and where do you use semantic results ?

gaussiangit avatar Jul 22 '19 15:07 gaussiangit

@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.

LaoYang1994 avatar Jul 23 '19 04:07 LaoYang1994