isaac_ros_dnn_inference icon indicating copy to clipboard operation
isaac_ros_dnn_inference copied to clipboard

Hardware-accelerated DNN model inference ROS 2 packages using NVIDIA Triton/TensorRT for both Jetson and x86_64 with CUDA-capable GPU

Results 12 isaac_ros_dnn_inference issues
Sort by recently updated
recently updated
newest added

This PR adds the ability for the `DnnImageEncoderNode` to output tensors in `NHWC` format in addition to `NCHW` format. The `tensor_layout` parameter is used to select the format (either _nchw_...