DakeXiaoqi
Results
2
comments of
DakeXiaoqi
i also met this issure 
#### mp_image = mp.Image(image_format=mp.ImageFormat.SRGB, data=input_frame) detection_result = detector.detect(mp_image) person_results = pose_tracker.process(image=input_frame) pose_landmarks = person_results.pose_landmarks #### ### in my project, I first run the object detector, and then I proceed with...