Holds all the input metadata of a video chunk to be processed.
Definition at line 117 of file nvdsmotmetafusion.h.
Data Fields | |
uint32_t | startFrameNumber |
Holds the relative frame number of the first frame in this video chunk w.r.t. More... | |
uint32_t | chunkDuration |
Holds the duration of the chunk in number of frames. More... | |
NvDsTargetMiscDataStream * | tracklets |
Tracklets per object. More... | |
NvDsReidTensorBatch | reidTensorChunk |
The whole chunk's reid embeddings in a sigle vector pointed to by "ptr_host". More... | |
NvMOTReidEmbeddingsList | reidEmbeddingsList |
Offset of Reid Embeddings per object. More... | |
uint32_t _NvMOTMFTrackedObjMeta::chunkDuration |
Holds the duration of the chunk in number of frames.
Definition at line 122 of file nvdsmotmetafusion.h.
NvMOTReidEmbeddingsList _NvMOTMFTrackedObjMeta::reidEmbeddingsList |
Offset of Reid Embeddings per object.
Definition at line 128 of file nvdsmotmetafusion.h.
NvDsReidTensorBatch _NvMOTMFTrackedObjMeta::reidTensorChunk |
The whole chunk's reid embeddings in a sigle vector pointed to by "ptr_host".
Definition at line 126 of file nvdsmotmetafusion.h.
uint32_t _NvMOTMFTrackedObjMeta::startFrameNumber |
Holds the relative frame number of the first frame in this video chunk w.r.t.
complete video
Definition at line 120 of file nvdsmotmetafusion.h.
NvDsTargetMiscDataStream* _NvMOTMFTrackedObjMeta::tracklets |
Tracklets per object.
Definition at line 124 of file nvdsmotmetafusion.h.