• Hardware Platform (Jetson / GPU)
Jetson Nx
• DeepStream Version
5.0.0-1
• JetPack Version (valid for Jetson only)
4.4-b144
Hello,
I have a couple of questions regarding getting inference results (metadata) in python. I’m working with examples: https://github.com/NVIDIA-AI-IOT/deepstream_python_apps/
-
Do I need to use nvdsosd for getting metadata? I see that it’s used in examples but seems like nvdsosd is needed mostly for drawing, not for getting metadata. It seems like I can take this metadata right from nvinfer but is it possible in python?
-
Is it possible to get additional attributes in python (for example, car color and vehicle type for networks in deepstream_test_2.py) ? If so, what is the preferred method for this?