-
**Describe the bug**
Attempting to build on Jetson AGX Xavier, intended to work with the deepstream (tensorrt) sdk. Tried CMake with the experimental TensorRT build parameters, failed halfway through…
-
Hello,
I just started working with Deepstream 6.0 and I am looking for the best real-time object detector capable of running at about 200-400FPS on a Tesla T4. So far, I have been a little disappoi…
-
Hi,
I've downloaded the embedded SDK to my raspberry pi model A. Error occured while compiling the subscribe_publish_sample example:
**make -C ../../../external_libs/mbedTLS
make[1]: Entering di…
-
**Description**
Hi, I want to use deepstream triton to get inference from my onnx model. However, at this time, DS-6.0 L4T does not support INT64 datatype. So, to make my program run, i need to chang…
-
Hello, when I run the program, the error is reported as follows, it seems that a certain library is not imported. Please help me. My configuration environment is: deepstream5.1
jetson nx
`mec@mec-de…
-
**Is your feature request related to a problem? Please describe.**
Hello AWS team, when trying to use current code it is quite tedious to integrate with other processes.
**Describe the solution yo…
-
## Description
I have only FP16 onnx file of NVIDIA the stanford_resnext50.onnx from deepstream sdk.
Now I'm trying to make int8 calibration cache of this model for making the FPS more faster.
th…
-
**Describe the project you are working on:**
I am testing using Godot as a video animation tool. I put everything in place but I want to export the stream as a video (or live stream). A tablet ca…
-
Current sample is inferring TensorRT model using image files. But I can't implement it using webcam.
-
Thanks for the great repo, dusty.
I've re-trained a ssd-mobilenet-V1 model by code from the [pytorch-ssd](https://github.com/qfgaohao/pytorch-ssd) on PASCAL-VOC dataset, after convert it to `.onnx`…