NvDsFacialLandmarks¶
Components for building a facial landmarks detection application
UUID: 78969c67-6287-44b0-83bf-afe920eb4874
Version: 0.0.4
Author: NVIDIA
License: Proprietary
Components¶
nvidia::FacialLandmarks::PostProcess¶
Post processing for FacialLandmarks. Parses output of the model to get facial marks.
Component ID: 09be06c0-d77b-4ec8-92fd-4a177a871e7e
Base Type: nvidia::deepstream::INvDsInPlaceDataHandler
Parameters¶
probe-connector
Handle to a nvidia::deepstream::NvDsProbeConnector component
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_HANDLE
Handle Type: nvidia::deepstream::NvDsProbeConnector
display-bbox
Display eyes, mouth and face bounding box if true
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_BOOL
Default: True
nvidia::FacialLandmarks::PreProcess¶
Pre processing for FacialLandmarks. scale the bbox to square.
Component ID: d6f45468-0efd-4d52-875a-720eb61a7414
Base Type: nvidia::deepstream::INvDsInPlaceDataHandler
Parameters¶
probe-connector
Handle to a nvidia::deepstream::NvDsProbeConnector component
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_HANDLE
Handle Type: nvidia::deepstream::NvDsProbeConnector
nvidia::FacialLandmarks::FacialLandmarksPgieModel¶
Model configuration component for the TAO FaceDetect model (https://ngc.nvidia.com/catalog/models/nvidia:tao:facenet)
Component ID: 84502cac-a0b2-4c8e-a61b-6ed3721a9e42
Base Type: nvidia::deepstream::INvDsInferModelConfigComponent
Parameters¶
model-engine-file
Path to the model engine file. Absolute or relative to the extension directory.
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_FILE
nvidia::FacialLandmarks::FacialLandmarksSgieModel¶
Model configuration component for the TAO Facial Landmarks Estimation model (https://ngc.nvidia.com/catalog/models/nvidia:tao:fpenet)
Component ID: fcc35016-d0bd-4841-9fb6-f8c3b609a85a
Base Type: nvidia::deepstream::INvDsInferModelConfigComponent
Parameters¶
model-engine-file
Path to the model engine file. Absolute or relative to the extension directory.
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_STRING
nvidia::FacialLandmarks::FacialLandmarksSgieModelV2¶
Model configuration component for the TAO Facial Landmarks Estimation model (https://ngc.nvidia.com/catalog/models/nvidia:tao:fpenet) - INT8 Mode
Component ID: 4b160b5e-532d-41e6-b3dc-5c2c88c78a9f
Base Type: nvidia::deepstream::INvDsInferModelConfigComponent
Parameters¶
model-engine-file
Path to the model engine file. Absolute or relative to the extension directory.
Flags: GXF_PARAMETER_FLAGS_OPTIONAL
Type: GXF_PARAMETER_TYPE_STRING
nvidia::FacialLandmarks::NvDsGxfFacialLandmarksTranslator¶
Translate facial landmarks user meta data structure to GXF data structure and vice versa.
Component ID: d65140a1-4e94-44ef-a4d7-69a948444904
Base Type: nvidia::deepstream::INvDsGxfDataTranslator