NeuroNest / oneformer /__init__.py
lolout1's picture
Initial deployment to Hugging Face
6524e7a
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