Spaces:
Runtime error
Runtime error
File size: 202 Bytes
6e445f1 | 1 2 3 4 5 6 7 8 9 | # Copyright (c) Facebook, Inc. and its affiliates.
from . import data # register all new datasets
from . import modeling
# config
from .config import *
# models
from .oneformer_model import OneFormer |