Loading zoo/person_detect.py +2 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,8 @@ _KNOWN_CKPTS: List[str] = [ # 'person_detect_best_s.pt', # 'person_detect_best_m.pt', # 'person_detect_best_x.pt', 'person_detect_plus_best_m.pt', # 'person_detect_plus_best_m.pt', 'person_detect_plus_v1.1_best_m.pt', ] Loading Loading
zoo/person_detect.py +2 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,8 @@ _KNOWN_CKPTS: List[str] = [ # 'person_detect_best_s.pt', # 'person_detect_best_m.pt', # 'person_detect_best_x.pt', 'person_detect_plus_best_m.pt', # 'person_detect_plus_best_m.pt', 'person_detect_plus_v1.1_best_m.pt', ] Loading