Jetson information is used for simple neural network classification training on jetson nano
A simple classification training is carried out on the jetson nano development board
1. jetson inference Library Download, compilation and simple use
Here please refer to: Github: https://github.com/dusty-nv/jetson-inference
Gitee: https://gitee.com/jinwei_1/jetson-inference#https://www.youtube.com/watch?v=QXIwdsyK7Rw&list=PL5B692fm6 ...
Posted by nolos on Sat, 05 Mar 2022 02:29:58 +0100
Jetson basic notes 2 -- source code compilation and KO generation
Kernel source code compilation
For the Jetson board made by yourself, you generally need to modify the device tree and driver, compile, and then replace the kernel image and device tree. Refer to the following Makefile file:
make env_ Dependent, installation environment dependentmake download, download the BSP source code (Sources include ...
Posted by Singularity on Sun, 23 Jan 2022 15:28:14 +0100