Note |
---|
|
To fine tune this detection tool, you will require the assistance from AxxonSoft tech support. |
To fine-tune the face detection tool, do as follows:
If necessary, set Yes for the Advanced logging for SDK parameter (1).
Note |
---|
|
Starting from DetectorPack 3.9.0, the Advanced logging for SDK parameter is absent. You can enable the advanced logging for SDK using the VL_SDK_VERBOSE_LOGGING=1 system variable (see 부록 9. 시스템 변수 생성). |

- Select a face recognition algorithm (3):
- Algorithm 1—the recognition speed depends on the background and the number of faces in the frame. Works slower than Algorithm 3.
- Algorithm 2—high speed, low accuracy. The recognition speed depends on the number of faces in the frame.
- Algorithm 3—average speed, high accuracy. The recognition speed depends on the resolution of the image. Optimal for most scenes.
- Configure the face rotation angle analysis:
- If it is necessary to determine the face rotation angle, then set Yes for the Analyze face rotation angle parameter (2). This setting allows you to filter out the results that have a rotation and tilt angle greater than the values specified in the search for a particular face (see 유사한 얼굴 검색).
- In the Face rotation pitch (°) field (4), set the allowable face tilt up/down angle in degrees. The value should be in the range [0; 90].
- In the Face rotation roll (°) field (5), set the allowable face tilt right/left angle in degrees. The value should be in the range [0; 90].
- In the Face rotation yaw from (°) field (6), set the minimum allowable angle of face rotation to the right or left. The value should be in the range [-90; 90].
In the Face rotation yaw to (°) field (7), set the maximum allowable angle of face rotation to the right or left. The value should be in the range [-90; 90].
- In the Minimum number of detections field (8), enter the time in milliseconds in the range [1; 10000], after which the track will be considered a detected face.
- In the Number of frames between detections field (9), enter the time in milliseconds in the range [1; 10000]. The lower the value, the more likely the TrackEngine will detect a new face as soon as it appears in the selected area.
In the Number of frames without detections field (10), enter the time in milliseconds in the range [1; 10000]. If there is no face detection in the selected area, the TrackEngine will continue to process the specified number of frames before the track is considered lost.
Info |
---|
|
TrackEngine does not perform face recognition. It tracks the position of one person's face in a sequence of frames, choosing the best frame and preparing the necessary data for external systems. TrackEngine is based on face detection and analysis methods provided by the FaceEngine library. |
Specify the Number of threads per recognition channel (11). The value should be in the range [1; 256].
- In the Track timeout field (12), enter the maximum time period in seconds in the range [1; 60], after which the event will be sent.
- Click the Apply button.
Fine-tuning the face detection (VL) is now complete.