File size: 202 Bytes
bbe8844
 
 
 
 
 
 
 
 
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