DakeXiaoqi

Results 2 comments of DakeXiaoqi

i also met this issure ![屏幕截图 2023-11-29 172953](https://github.com/google/mediapipe/assets/56826082/b7c158cf-40a9-4de0-9065-5457bee8a479)

#### 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...