Commit 73ca3fad authored by narugo1992's avatar narugo1992
Browse files

Merge branch 'detection' into main

parents 24cb18e7 617650bc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,9 +18,9 @@ jobs:
        model-name:
          #          - 'lpips'
          #          - 'monochrome'
          #          - 'person_detect'
          - 'person_detect'
          #          - 'face_detect'
          - 'manbits_detect'
          #          - 'manbits_detect'

    steps:
      - name: Checkout code
+3 −2
Original line number Diff line number Diff line
@@ -23,8 +23,9 @@ def cli():


_KNOWN_CKPTS: List[str] = [
    'person_detect_best_s.pt',
    'person_detect_best_m.pt',
    # 'person_detect_best_s.pt',
    # 'person_detect_best_m.pt',
    'person_detect_best_x.pt',
]