mkaivs
mkaivs
When I checked the list of calls made to CAS server by looking at the [request initiator chain](https://developers.google.com/web/updates/2019/12/devtools#initiators), the first call to the CAS server is made (`https://cas-server-address/cas/login`), but I...
From this [table](https://github.com/NVIDIA-AI-IOT/deepstream_tao_apps/tree/master/TRT-OSS/x86#2-build-tensorrt-oss-plugin), `TRT_OSS_CHECKOUT_TAG` is empty, so I guess I should use: `git clone https://github.com/nvidia/TensorRT` but with an empty tag, it will pull TRT 8.0.X instead of TRT 7.2.X. So...
From the `napi-inl.h` header file: - `NODE_API_MODULE()` registers an add-on based on an initializer function. - `NODE_API_ADDON()` registers add-on based on a subclass of `Addon`. The examples in [node-addon-examples](https://github.com/nodejs/node-addon-examples) all...
I ran `LD_PRELOAD=/usr/local/lib/aarch64-linux-gnu/libgstintercept.so GST_DEBUG_DUMP_TRACE_DIR=. ./app` to generate a `pipeline.gsttrace` file. `gst-report-1.0 pipeline.gsttrace` works but `gst-instruments-1.0 pipeline.gsttrace` give the following error: Error: : syntax error in line 1 near '(' In...
## Description Failed to run sample program `sample_mnist` ## Environment **TensorRT Version**:8.2.5.1 **NVIDIA GPU**: Quadro P4000 **NVIDIA Driver Version**: Quadro P4000 **CUDA Version**: 11.6 **CUDNN Version**: 8.4 **Operating System**: Ubuntu...
I have a pipeline that ran for hours before this error occurred. ``` 66:52:26.688001436 11645 0x564a34d30590 ERROR pylonsrc gstpylonsrc.c:2204:gst_pylonsrc_create: Error in the image processing loop. 66:52:26.688060908 11645 0x564a34d30590 INFO basesrc...
I built and installed gst-shark on Ubuntu 20.04 as follow: ``` sudo apt install graphviz libgraphviz-dev sudo apt install octave epstool babeltrace sudo apt install gtk-doc-tools git clone https://github.com/RidgeRun/gst-shark/ cd...