Loading .github/workflows/export.yml +2 −2 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ jobs: model-name: # - 'lpips' # - 'monochrome' - 'person_detect' # - 'face_detect' # - 'person_detect' - 'face_detect' # - 'manbits_detect' steps: Loading imgutils/detect/__init__.py +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ Overview: .. image:: head_detect.dat.svg :align: center """ from .face import detect_faces from .head import detect_heads from .person import detect_person from .visual import detection_visualize Loading
.github/workflows/export.yml +2 −2 Original line number Diff line number Diff line Loading @@ -18,8 +18,8 @@ jobs: model-name: # - 'lpips' # - 'monochrome' - 'person_detect' # - 'face_detect' # - 'person_detect' - 'face_detect' # - 'manbits_detect' steps: Loading
imgutils/detect/__init__.py +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ Overview: .. image:: head_detect.dat.svg :align: center """ from .face import detect_faces from .head import detect_heads from .person import detect_person from .visual import detection_visualize