Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.0.1
• TensorRT Version 8.0.1
• NVIDIA GPU Driver Version (valid for GPU only) 510.47.03
Hi,
I am looking to implement my own NvDsObjectType class in Python to be used with the Msg-Conv & Msg-Broker pipeline components.
I have been referencing both the Nvidia Occupancy-Analytics (c++) & Deepstream-test-4 (python) sample applications.
In the python sample app in the ‘generate_event_msg_meta’ function two pre-defined object classes can be created, of types NVDS_OBJECT_TYPE_VEHICLE & NVDS_OBJECT_TYPE_PERSON respectively - and while the following comment is provided to help in implementation of custom objects -
There is no further documentation. also when looking into the ‘nvmsgconv.cpp’ file, there are no references to the NVDS_OBJECT_TYPE_PERSON, or NVDS_OBJECT_TYPE_CUSTOM classes.
Thanks for any help on this as it has been difficult to find any substantial documentation on this.
*the full ‘generate_event_msg_data()’ function mentioned, and the ‘generate_person_meta()’ & ‘generate_vehicle_meta()’ functions they mention…