Understanding of the Instance segmentation #88
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
I would like to ask one more question regarding implementation of the Backbone. The paper https://arxiv.org/pdf/1911.10194.pdf describes different variants of the HRNet implementation (HRNet, HRNet+, HRNet-Wider+). |
Beta Was this translation helpful? Give feedback.
Training target generation code: https://github.com/facebookresearch/detectron2/blob/master/projects/Panoptic-DeepLab/panoptic_deeplab/target_generator.py
Model definition: https://github.com/facebookresearch/detectron2/blob/master/projects/Panoptic-DeepLab/panoptic_deeplab/panoptic_seg.py
Post-processing: https://github.com/facebookresearch/detectron2/blob/master/projects/Panoptic-DeepLab/panoptic_deeplab/post_processing.py