OneFormer / oneformer /__init__.py
praeclarumjj3's picture
Create Space
6e445f1
raw
history blame
No virus
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