get_result

분석된 결과물을 JSON 객체로 반환합니다.

영상 분석 요청 시 전달받은 JobID를 URL에 담아서 골프 스윙 분석 결과를 요청합니다. 영상 분석이 성공적으로 완료되면 골프 스윙 준비 자세 프레임과 해당 프레임에서 가장 큰 사람의 관절 좌표를 JSON 객체로 반환합니다.

Result: Joints

  • 25개의 관절 좌표
  • 추출되지 않았을 경우 -1 로 반환
  • [nose, neck, right shoulder, right elbow, right wrist, left shoulder, left elbow, left wrist, pelvis, right hip, right knee, right ankle, left hip, left knee, left ankle, right eye, left eye, right ear, left ear, left big toe, left small toe, left heel, right big toe, right small toe, right heel]

Result: Guideline

  • Front 의 Guideline 생성을 위한 Joints 외 10개의 좌표
  • [body_line_left_bottom_point, body_line_left_top_point, body_line_right_bottom_point, body_line_right_top_point, head_center, head_circle_radius, hip_ankle_line_leftbottom_point, hip_ankle_line_lefttop_point, hip_ankle_line_rightbottom_point, hip_ankle_line_righttop_point, shoulder_line_left_point, shoulder_line_right_point]
Language
Authorization
Header
Click Try It! to start a request and see the response here!