I am new to deepstream development.
What I did are: Using GPU, Ubuntu, run the deepstream-app-source1-peoplenet with pruned peoplenet model.
How to do:
- Is it possible to get the face label’s bounding box coordinates? Since I saw fairly good detection of the faces in this model.
2)How to use the plugin to do that? Can Gst-nvdsosd do this job for me?
3)To do the capturing coordinates job, deepstream app can do that already or I need to choose python app or .cpp.
Appreciate it!