Spaces:
Runtime error
Runtime error
File size: 192 Bytes
f8f62f3 |
1 2 3 4 5 6 7 8 9 |
# Copyright (c) Facebook, Inc. and its affiliates.
from . import (
register_coco_stuff,
register_ade20k_150,
register_ade20k_847,
register_pascal_20,
register_pascal_59,
)
|