Vehicle inspection

1.introduce

This project includes a back-to-back detector application to showcase the functionality of the Deepstream SDK. Please follow apps/sample_ The instructions in apps/deepstream app/README install the deepstream SDK, the deepstream SDK itself, and the necessary components for the application. If we use our image, we can skip this step.

2.Download Model

To download the model for the second nvifer, please visit

https://github.com/NVIDIA-AI-IOT/redaction_with_deepstream

Alternatively, obtain the car detection model from the information appendix we provided and transfer it to Jetson Orin nx

If you cannot download it here, you can download it on your computer and then transfer it to the corresponding path of Jetson Orin nx.

Back-to-back detector application pipeline:

3.Compilation steps and execution

First, set the cuda in the Makefile file_ Ver becomes our own version, and then we run the program

First, to the path:

and then

The result should be as follows:

Note: Use sudo to run the above command. Edit the path in secondary_detector_config.txt to the location of the model downloaded from the above site.

This document should describe the application of the sample back-to-back detector. This example is based on the deeptstream test1 example to demonstrate how to add multiple back-to-back detectors in a pipeline.The two instances of the 'nvinder' element are added to the pipeline after nvstreammux and before the display component. Both instances of 'nvifer' have their own configuration files.The first instance of 'nvifer' (person/vehicle/bicycle/road sign) will always serve as the primary detector.