-
I wanted to test kawpowminer with Jetson TX2 (CUDA 10.2).
I'm compiling with:
`list(APPEND CUDA_NVCC_FLAGS "-gencode arch=compute_62,code=sm_62")
`
but after starting to build the DAG I get:
…
-
I'm just pondering some ideas, but could you instead run the whole robot from a Jetson Tx2 and have ROS so then you can add other sensors and having multiple programs in different languages.
-
On https://www.balena.io/os#download-os the NVIDIA Jetson TX2 is listed with BalenaOS version 5.3.3, but the TX2 NX is only on version 2.113.14.
Is there any major blocker for getting the TX2 NX …
-
-
I have tried to complied darknet on my Jetson tx2 on Auvidea J121 carrier board
I complied darknet without GPU ,CUDA ,and cuDNN. There's no error.
Once I tried to compile with them, I got this error…
-
Hi guys,
I have an hardware question this time. I want to deploy this project on a small embedded system from Nvidia. I don´t have the board yet but i am thinking on buy it. It is called the "NV…
-
Dear all,
I'm trying to make the library work with a JETSON TX2 board but I have some issues.
I've modified the configure script and added a soc with the following flags:
-->> flags="-march=arm…
-
I was trying to run Detectron2 as an onnx engine- I first turned Detectron2 into .onnx format, then I turned it into a TensorRT engine, when I then tried to run inference on it it ran what I felt was …
-
I tried to build ros_deep_learning on jetson TX2.
Got thiis error: /usr/bin/ld: cannot find -lGL**
[ 5%] Building CXX object ros_deep_learning/CMakeFiles/ros_deep_learning_nodelets.dir/src/image_…
-
I've been successfully using VINS-Mono on i7 notebook with **unsynchronized** 50FPS global shutter camera and 250FPS high quality IMU. However, when I run the algorithm with the same camera and IMU on…