Spaces:
Running
on
Zero
Running
on
Zero
| # Copyright (c) Facebook, Inc. and its affiliates. | |
| from .config import add_panoptic_deeplab_config | |
| from .dataset_mapper import PanopticDeeplabDatasetMapper | |
| from .panoptic_seg import ( | |
| PanopticDeepLab, | |
| INS_EMBED_BRANCHES_REGISTRY, | |
| build_ins_embed_branch, | |
| PanopticDeepLabSemSegHead, | |
| PanopticDeepLabInsEmbedHead, | |
| ) | |