Video Intelligence는 동영상 파일에 사람이 있는지 감지하고 동영상 또는 동영상 세그먼트에서 각 사람의 경계 상자를 추적할 수 있습니다.
사람 감지
동영상에서 사람을 감지하려면 Video Intelligence에 동영상 주석 요청을 전송하고 PERSON_DETECTION 플래그를 포함합니다. 주석 요청은 사람이 감지된 동영상 세그먼트 위치를 포함하여 동영상에서 감지된 각 사람에 대한 세부정보를 반환합니다.
주석 요청은 경계 상자도 제공할 수 있습니다.
또한 사람 감지는 특정 신체 부위의 위치를 nose, left_shoulder, right_shoulder와 같은 '랜드마크'로 감지할 수 있습니다.
또한 사람 감지는 의복 색상, 의복 종류를 비롯한 다른 특징도 감지할 수 있습니다. 사람 감지가 인식할 수 있는 자세한 특징은 다음 표를 참조하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[],[],null,["# Detecting people\n\nVideo Intelligence can detect the presence of humans in a video\nfile and track the bounding box of individual people across the video or video\nsegment.\n\nPerson detection\n----------------\n\nTo detect people in a video, send a video annotation request to\nVideo Intelligence, and include the `PERSON_DETECTION` flag. The\nannotation request returns details about each person detected in the\nvideo, including video segment locations where the person is detected.\nThe annotation request can also provide bounding boxes too.\n\nAdditionally, person detection can detect the location of specific body parts as\n\"landmarks,\" such as `nose`, `left_shoulder`, or `right_shoulder`.\nFurthermore, person detection can detect other characteristics\nincluding clothing color, and clothing type. Specific characteristics that\nperson detection can recognize are provided in the following table.\n\nCheck out the [Video Intelligence API visualizer](https://zackakil.github.io/video-intelligence-api-visualiser/#Person%20Detection) to see this feature in action.\n\nFor an example, see\n[Person detection](/video-intelligence/docs/people-detection)."]]