Spaces:
Runtime error
Runtime error
File size: 170 Bytes
f549064 |
1 2 3 4 |
# Copyright (c) OpenMMLab. All rights reserved.
from .panoptic_fpn_head import PanopticFPNHead # noqa: F401,F403
from .panoptic_fusion_heads import * # noqa: F401,F403
|