Commit f090d9bd authored by narugo1992's avatar narugo1992
Browse files

dev(narugo): add n for face_detect

parent 45872eb3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ def cli():

_KNOWN_CKPTS: List[str] = [
    'face_detect_best_s.pt',
    'face_detect_best_n.pt',
]