- Enables waitqueue.
- When it's still working on a image for detecting faces, other coming images will be put in the waitqueue without distracting the current process.
- Enables Sample Analysis.
- Calculate one image at one time, others will be waited until the current one finishes.
- Enables only-front calculation.
- filter out non-front faces to improve efficiency
- Value of minimal face's resolution
- only faces greater than this value will not be calculated for embedding.
- This value will be deprecated
- used to be a guarantee for recognition in a period time
- Enables only-biggest-face calculation
- Only calculate the biggest face in an image, which speed up the process and will not be distracted by others faces.
- Enable external image uploading for recognition
- Others can upload images to SharpAI system