Making our Jetson Nano Speak - Text To Speech
Today I will be covering how (I tried) to convert text to speech on my Jetson Nano running ROS. And what I learned from the experience
Drawing with CUDA: Lines and Circles
Today we will be covering how to simple draw objects on an image using Parallel computing on our GPU via CUDA
Working with Nvidia Tensor RT and Pose Estimation - Part 2
Today we will be continuing from part one and I will be showing usage of our custom class in the poseNet ROS Node
Working with Nvidia Tensor RT and Pose Estimation
Today we will be converting some custom Pytorch models to ONNX format and then optimizing them with Nvidia’s TensorRT.
Jetson Nano ROS Vision AI Part 3
We are going to continue from our previous post and do some object detection.