deepstream_python_apps
deepstream_python_apps copied to clipboard
DeepStream SDK Python bindings and sample applications
Send event new_eos in order to not freeze pipeline after deleting source like in https://github.com/NVIDIA-AI-IOT/deepstream_reference_apps/blob/9d37d32f785d7922bd4e49c0c6b76fdb11ad035b/runtime_source_add_delete/deepstream_test_rt_src_add_del.c#L197
the variable "sgie1" in if statement is wrong and it should be "sgie2"
source uridecodebin was added into local pipeline, which cause rtsp source not connect to global pipeline and won't play use global pipeline
Add PyBindings for NVDS_TRACKER_OBJ_REID_META
Implemented the function "get_nvds_LayerInfo_buffer" to get the buffer of an NvDsInferLayerInfo object as a 1-dimensional numpy array of dtype numpy.bytes . This handle can then be further processed in python...
This Merge Request introduces the following key contributions to the DeepStream Python Apps project: Action Recognition Pipeline: Implemented a 3D Action Recognition pipeline in Python using DeepStream plugins. The pipeline...
Hi Team, I realize that when send event through msg broker, the memory is increase by the time. I found the problem at pyds.alloc_nvds_event_msg_meta(user_event_meta). The problem is we don't free...
This fixes build errors when compiling pyds with newer pybind11 versions. Changed includes from to . Tested on Jetson (DeepStream 7.1) – build succeeded and pyds works with GStreamer 1.20.3.