birth
This commit is contained in:
11
detection/mmdet_custom/models/__init__.py
Normal file
11
detection/mmdet_custom/models/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# --------------------------------------------------------
|
||||
# DCNv4
|
||||
# Copyright (c) 2024 OpenGVLab
|
||||
# Licensed under The MIT License [see LICENSE for details]
|
||||
# --------------------------------------------------------
|
||||
|
||||
from .backbones import * # noqa: F401,F403
|
||||
from .dense_heads import * # noqa: F401,F403
|
||||
from .detectors import * # noqa: F401,F403
|
||||
from .utils import * # noqa: F401,F403
|
||||
from .necks.fpn import *
|
||||
Reference in New Issue
Block a user