Spaces:
Runtime error
Runtime error
# Copyright (c) Facebook, Inc. and its affiliates. | |
from . import ( | |
register_ade20k_full, | |
register_ade20k_panoptic, | |
register_coco_stuff_10k, | |
register_mapillary_vistas, | |
register_coco_panoptic_annos_semseg, | |
register_ade20k_instance, | |
register_mapillary_vistas_panoptic, | |
) | |