Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is [available too].

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Attention!

기본 얼굴 인식 도구를 GPU에서 시작하고 정상적으로 운영하려면 미리 캐시를 생성해야 합니다 (GPU에서 얼굴 검출 작업 최적화 참조).

기본 얼굴 인식 도구를 구성하려면 다음 단계를 따르세요.

  1. 얼굴 인식 객체를 선택합니다. 
  2. 이 도구를 실시간 얼굴 인식에 사용하려면 해당 매개변수를 로 설정하세요 (1실시간 얼굴 검출 구성 참조).

  3. 메타데이터를 기록해야 하는 경우, 객체 추적 기록 목록에서 를 선택하세요 (2).
  4. 카메라가 멀티스트리밍을 지원하는 경우, 인식이 필요한 스트림을 선택하세요 (3). 얼굴 인식의 정상적인 작동을 위해 고화질 비디오 스트림을 사용하는 것이 좋습니다.
  5. FaceCube 인식 서버와 함께 실시간 얼굴 인식 도구를 사용하려면 (FaceCube 통합 구성 참조), 외부 서비스에서 실시간 인식 매개변수를 로 설정하세요 (4).
  6. 캡처된 얼굴에 대해 나이 및 성별 정보를 데이터베이스에 저장하려면, 해당 필드에서 를 선택하세요 (1).

    Note

    나이 인식에서의 평균 오류는 5년입니다.

  7. Bi-spherical XingYun 렌즈를 사용하는 경우, 기본적으로 두 개의 180° 구면 이미지를 분석하게 됩니다 (Configuring fisheye cameras 참조). 이로 인해 인식 품질이 저하될 수 있습니다. 얼굴 인식 전에 이미지를 디워핑하려면 카메라 변환 매개변수를 로 설정하세요 (2). 이 매개변수는 다른 유형의 이미지 변환에도 적용됩니다.
  8. 비디오 스트림을 디코딩할 처리 자원을 선택하세요 (3). GPU를 선택하면, 독립형 그래픽 카드가 우선적으로 사용됩니다 (NVIDIA NVDEC 칩을 사용한 디코딩 시). 적합한 GPU가 없으면 디코딩은 Intel Quick Sync Video 기술을 사용하고, 그 외에는 CPU 자원을 사용하여 디코딩합니다.
  9. 얼굴 검색 작업 간 시간 간격을 Face detection period (msec) 필드에서 설정하세요 (4). 허용되는 값의 범위는 [1; 10000]입니다. 이 값을 늘리면 서버 부하가 줄어들지만 일부 얼굴이 인식되지 않을 수 있습니다.
  10. 마스크 검출 도구를 적용할 계획이라면 Face mask detection 매개변수를 로 설정하세요 (5마스크 검출 구성 참조).
  11. 경우에 따라, 얼굴 인식 도구가 얼굴이 아닌 다른 객체를 얼굴로 잘못 인식할 수 있습니다. 비얼굴 객체를 필터링하려면 Filter false alarms 필드에서 를 선택하세요 (6). 필터링이 활성화되면, 잘못된 결과가 얼굴 인식 피드에 표시되지만 (얼굴 인식 및 검색 참조) 아카이브 검색에서는 무시됩니다.
  12. 분석된 프레임은 지정된 해상도로 축소됩니다 (7, 긴 변이 1920픽셀로 설정). 작동 방식은 다음과 같습니다.

    1. 원본 이미지의 긴 변이 Frame size change 필드에 지정된 값을 초과하면, 두 배로 나누어집니다.

    2. 결과 해상도가 지정된 값보다 작으면 그 해상도가 사용됩니다.

    3. 결과 해상도가 여전히 지정된 한도를 초과하면 계속해서 두 배로 나누어집니다.

      Note

      For example, the source image resolution is 2048*1536, and the specified value is set to 1000.

      In this case, the source resolution will be halved two times (512*384), as after the first division, the number of pixels on the longer side exceeds the limit (1024 > 1000).

      Note

      If detection is performed on a higher resolution stream and detection errors occur, it is recommended to reduce the compression.

  13. Specify the minimum and maximum sizes of the captured faces as a percentage of the frame size (8). 

  14. In the Minimum threshold of face authenticity field, set the minimum level of face recognition accuracy for the creation of a track (9). You can set any value by trial-and-error. No less than 90 is recommended. The higher the value, the fewer faces are detected, while the recognition accuracy increases.

  15. Select the processor for the face detection − CPU or NVIDIA GPU (10검출 구성에 대한 일반 정보 참조). 

    Attention!

    It may take several minutes to launch the algorithm on NVIDIA GPU after you apply the settings.

  16. If you use FaceCube integration (FaceCube 통합 구성 참조), activate the Send face images parameter (11).

  17. Enter the time in milliseconds after which the face track is considered to be lost in the Track loss time field (12). Acceptable values range is [1; 10000]. This parameter applies when a face moves in a frame and gets hidden behind an obstacle for some time. If this time is less than the set value, the face will be recognized as the same.

  18. If necessary, fine-tune the detection tool (얼굴 검출 도구 미세 조정 참조).
  19. In the preview window, set the rectangular area of the frame in which you want to perform face detection. To select the area, move the anchor points .

  20. Click the Apply button.

The basic Face detection tool is now configured.

  • No labels