You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Minor update:
- Support DeepStream SDK 6.0.1
- Fix memory leak in deepstream-test3 app
- Add missing binding for network_info field in NvDsInferTensorMeta
- Cross-compile dockerfile update
Go into each app directory and follow instructions in the README.
@@ -211,5 +211,5 @@ This function populates the input buffer with a timestamp generated according to
211
211
<aname="imagedata_access"></a>
212
212
## Image Data Access
213
213
214
-
Decoded images are accessible as NumPy arrays via the `get_nvds_buf_surface` function. This function is documented in the [API Guide](https://docs.nvidia.com/metropolis/deepstream/6.0/python-api/index.html).
214
+
Decoded images are accessible as NumPy arrays via the `get_nvds_buf_surface` function. This function is documented in the [API Guide](https://docs.nvidia.com/metropolis/deepstream/6.0.1/python-api/index.html).
215
215
Please see the [deepstream-imagedata-multistream](apps/deepstream-imagedata-multistream) sample application for an example of image data usage.
0 commit comments