tszhang97
Results
12
comments of
tszhang97
video results: https://github.com/thohemp/6DRepNet/assets/39046939/8f45a2ed-7e46-4a20-bbde-446bea43a3aa
@thohemp Do you mean this part? I've already used the code below: detector = RetinaFace(gpu_id=gpu) with torch.no_grad(): for frame in img_list: faces = detector(frame) for box, landmarks, score in faces:...