Upload anime_object_detection/detection/__init__.py with huggingface_hub
Browse files
anime_object_detection/detection/__init__.py
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from .base import ObjectDetection, DeepGHSObjectDetection
|
| 2 |
+
from .booru_yolo import BooruYOLODetection
|
| 3 |
+
from .censor import CensorDetection
|
| 4 |
+
from .eyes import EyesDetection
|
| 5 |
+
from .face import FaceDetection
|
| 6 |
+
from .halfbody import HalfBodyDetection
|
| 7 |
+
from .hand import HandDetection
|
| 8 |
+
from .head import HeadDetection
|
| 9 |
+
from .nudenet import NudeNetDetection
|
| 10 |
+
from .person import PersonDetection
|