dvlab-research/PanopticFCN

Can you share the code for predicting?

Closed this issue · 4 comments

Can you share the code for predicting?

Hi, I'm not sure the meaning of predicting. Actually, you can follow the procedures in Installation and utilize Detectron2 for training and evaluation.

Hi, I'm not sure the meaning of predicting. Actually, you can follow the procedures in Installation and utilize Detectron2 for training and evaluation.

I mean, input a set of photos and use the trained panoptic segmentation model to predict the objects in these photos. Thank you for your reply!

Hi, for demo visualization, you can utilize the demo/demo.py in Detectron2, with a simple modification. Please to the comment in this issue.

Hi, for demo visualization, you can utilize the demo/demo.py in Detectron2, with a simple modification. Please to the comment in this issue.

Ok, thank you.