Overview of MDX Perception Sample Application
masterThe MDX perception sample application implements two distinct DeepStream pipelines using TAO 4.0 pretrained models:
- Retail Item Recognition: Detects retail items from video and extracts embedding vectors from every detection bounding box. These embeddings can be used to query a database for the closest match.
- People ReID: Detects people from video and extracts embedding vectors from every detection bounding box.
Both pipelines utilize a primary GIE (General Inference Engine) module for object detection and a secondary GIE module for embedding extraction.