__init__.py 197 Bytes
Newer Older
luopl's avatar
luopl committed
1
2
3
4
5
6
7
8
# Copyright (c) Facebook, Inc. and its affiliates.
from . import (
    register_coco_stuff,
    register_ade20k_150,
    register_ade20k_847,
    register_pascal_20,
    register_pascal_context,
)