dvlab-research / PanopticFCN

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

What's the difference between work of Panoptic Deeplab? #2

Closed lucasjinreal closed 3 years ago

lucasjinreal commented 3 years ago

Hi, What's the difference between work of Panoptic Deeplab which comes from here https://github.com/bowenc0221/panoptic-deeplab?

Do u compare the model runing time between then? And what's the model differences precisely

yanwei-li commented 3 years ago

Hi. PanopticFCN is different from Panoptic-Deeplab in various aspects, including network architecture, instance representation method (including things and stuff), processing procedure, inference time, loss function, and also performance, etc. Generally, Panoptic FCN represent things and stuff in a unified approach with high performance and efficiency, which surpasses previous box-based and box-free methods (including Panoptic Deeplab).

Actually, we have compared the inference latency with Panoptic-Deeplab in Fig. 3 and Tab. 10 of the main paper. For more details, please refer to the paper of Panoptic FCN, as well as Panoptic-DeepLab.

lucasjinreal commented 3 years ago

@yanwei-li Thank u for your dedicated explaination!