NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsEmbedding Struct Reference

Detailed Description

Holds an embedding model's parameters.

Definition at line 258 of file nvdsmeta_schema.h.

Data Fields

float * embedding_vector
 Holds the embedding vector. More...
 
guint embedding_length
 Holds the length of embedding vector. More...
 

Field Documentation

◆ embedding_length

guint NvDsEmbedding::embedding_length

Holds the length of embedding vector.

Definition at line 260 of file nvdsmeta_schema.h.

◆ embedding_vector

float* NvDsEmbedding::embedding_vector

Holds the embedding vector.

Definition at line 259 of file nvdsmeta_schema.h.


The documentation for this struct was generated from the following file: