OneFormer / oneformer /__init__.py
wJFFF's picture
Duplicate from shi-labs/OneFormer
6ceb414
raw
history blame contribute delete
202 Bytes
# 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