
Face Recognition API on the Jetson
When it comes to Face Recognition there are many options to choose from. While most of them are cloud-based, I decided to build a hardware-based face …
When it comes to Face Recognition there are many options to choose from. While most of them are cloud-based, I decided to build a hardware-based face …
Recently, I found a very useful library that can utilize TensorRT to massively accelerate DNN (Deep Neural Network) application — the Jetson-Inference …
YOLOv3 is a popular DNN (Deep Neural Network) object detection algorithm, which is really fast and works also on not so powerful devices. The YOLO …
Archiconda3 is a distribution of conda for 64 bit ARM. Anaconda is a free and open-source distribution of the Python and R programming languages for …
For those of you who already tried out the Jetson-Inference provided by Nvidia. You might also want to try out my 10-line Python Code for real-time …
I have used the Jetson AGX Xavier Devkit for a few weeks and noticed that when the clock on the jetson is at MAX 0, the PWM fan will run at its …
Quick Link: https://www.github.com/yqlbu/jetson-install I’ve been playing around with my Jetson Nano and Jetson AGX Xavier development kits for a few …
What does Edge AI really mean? I was asked this question several times over and decided to share my thoughts on this topic. Edge AI commonly refers to …