-
Hi;
I have a Jetson Xavier AGX kit board and I plugged into the M.2 key M an NVMe SSD. Now, I'm trying to install your libnm on my Xavier and I show the following message in CMake output:
> -- F…
-
• Hardware Platform (Jetson / GPU) Jetson nano Devkit
• DeepStream Version 6.0.0
• JetPack Version (valid for Jetson only) 4.6
• TensorRT Version 8.2.1.8
I have an script running on Jetson Xavie…
-
I am trying setup this package on an Xavier which runs 18.04 (thus ROS melodic). As OpenCV is already installed with Jetpack (OpenCV 4 on Jetpack 4.3), and due to other differences in architecture (ar…
-
# Issue Report
## Please describe the issue:
Get the following error when trying to get Dorado working on a Jetson AGX.
```
[ont/warning] dorado logger: Caught Torch error 'CUDA error: no kern…
-
Hello.
Thank you for efforts in providing CUDA-optimized PCL algorithms.
With the Cuda-segmentation demo, I get an CUDA error on the cudaExtractCluster part, while the cudaSegmentation part runs…
-
I use the OpenCV DNN module to run YOLO v3 -v4 in jetson Xavier AGX. It is pretty slow.
So I am planning to switch to **TensorRT+tkDNN** or **TensorRT+Deepstream** or **ONNX**.
I would like to h…
-
* face_recognition version: 1.2.3
* Python version: 3.6.8
* Operating System: Ubuntu 18.04(Jetson Nano Optimized)
Hello Adam sir! First of all, let me tell you that face_recognition is an extreme…
-
Setup: 4 cameras on Nvidia Jetson AGX Xavier, triggered at 10Hz via Software Trigger.
I am randomly getting `ValueError: -4 is not a valid FrameStatus`. Even when using the vimba library wrong, imo…
-
我的设备是jetson agx xavier ,melodic,配置完了环境,开始运行launch文件
roslaunch ros_pytorch_yolov5 detector.launch device:=cpu view_img:=True
roslaunch ros_pytorch_yolov5 detector.launch device:=0 view_img:=True
使用c…
-
Hi,
Thanks for this awesome C++ implementation.
I am using the `GPIO::add_event_detect(channel, GPIO::BOTH, callback_fn)` feature to detect edge in Jetson AGX Xavier digital input. Environment is…