-
env: deepstream 6.0.1 devel docker
Problem
Problems arise when 3URI or 3RTSP (both tests) + streammux_tiler
The model was also run with yolov3 and yolov5, and both resulted in exceptions.
The t…
-
【FastDeploy版本】: fastdeploy-linux-gpu-1.0.4
【编译命令】cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-gpu-1.0.4
make -j ------>>>执行此句报出如下错误
【系统平台】: wls2 Ubuntu 20.04
【硬件】: Nvidia GPU 3070…
-
Hi,
When I look at the tensorRT inference code (`csrc/detect/normal/include/yolov8.hpp`), in many places `CHECK` has been called to look for some errors. For example, see below
```
CHECK(cudaMem…
-
## Description
Hi everyone,
I am currently working on converting a YOLOv5 ONNX model to TensorRT on my AGX Xavier running Jetson 5.1. Unfortunately, I’ve encountered an issue that I’m struggling…
-
## Description
Installing TensorRT 8.6.1.6 via the network repo no longer works. It used to as of sometime in March.
I found this related issue workaround that would probably work here: https://…
Hato1 updated
6 months ago
-
Does it support Jetson devices? My device environment is as follows:
deepstream-app version 6.0.1
DeepStreamSDK 6.0.1
CUDA Driver Version: 10.2
CUDA Runtime Version: 10.2
TensorRT Version: 8.0
c…
-
I'm trying to add Micromamba to a DeepStream image from NVIDIA but it's failing to find the executable.
Dockerfile
```
FROM mambaorg/micromamba:1.5.6 as micromamba
FROM nvcr.io/nvidia/deepstre…
-
When I run /sampels/python/detectron2/create_onnx.py I get a lot of onnxruntime errors. The script finishes and also create an exported onnx model. This model can succesfully later be converted to TRT…
-
An error occurs when attempting to deserialize messages in the kafka-redis-source-1 container, specifically when processing video frames. The system fails to deserialize the message due to an InvalidT…
-
Since jetpack 4.3 , nvidia provides an [official base image for jetson's](https://ngc.nvidia.com/catalog/containers/nvidia:l4t-base): .
Our current setup to "dockerize" opendatacam on jetson is pr…