Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
610265158 committed May 5, 2023
1 parent 9e2b300 commit af5c304
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Skps/core/api/face_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def __init__(self,cfg):
self.score_thrs=cfg['score_thrs']
self.iou_thrs = cfg['iou_thrs']

print(self.input_size[0])
def __call__(self, image):

t0=time.time()
Expand Down
2 changes: 1 addition & 1 deletion demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import argparse


from lib.core.api.facer import FaceAna
from Skps import FaceAna

def video(video_path_or_cam):
facer = FaceAna()
Expand Down

0 comments on commit af5c304

Please sign in to comment.