1월, 2023의 게시물 표시

jetson xavier nx developer kit + docker container + torch_tensorrt

# CLI Demo on Jetson Xavier NX --- ### Install boot image - Note: Follow these instructions on your host machine. - Download boot image     - You can use either way:         - Using wget:             - `wget https://developer.nvidia.com/jetson-nx-developer-kit-sd-card-image`             - `mv jetson-nx-developer-kit-sd-card-image JP502-xnx-sd-card-image-b231.zip`     - The name of the image we used is `JP502-xnx-sd-card-image-b231.zip` - Follow https://developer.nvidia.com/embedded/learn/get-started-jetson-xavier-nx-devkit#write to write the image. Below instructions are based on this site.     - You can write an image using Etcher (a graphical program) or via command line.     - Using Etcher:         - Download Etcher:             - Visit https://www.balena.io/etcher to download an .AppImage file (Ubuntu)    ...