dvlab-research / PanopticFCN

Fully Convolutional Networks for Panoptic Segmentation (CVPR2021 Oral)
Apache License 2.0
391 stars 53 forks source link

Can you share the code for predicting? #11

Closed x505367603 closed 3 years ago

yanwei-li commented 3 years ago

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

x505367603 commented 3 years ago

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!

yanwei-li commented 3 years ago

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

x505367603 commented 3 years ago

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.