Folder
Jetson YOLO
7 posts collected under the same project thread.
-
@Jetson YOLO: Introduction
一个从零开始的 Jetson Orin Nano YOLOv8 系列,覆盖 JetPack、环境配置、检测和分割推理。
JetsonYOLOJetPackTutorial -
@Jetson YOLO: Basic Commands
Jetson 和 Ubuntu 入门前先熟悉一组最常用的命令行命令,避免后续环境配置时卡在基础操作上。
JetsonUbuntuCLIBeginner -
@Jetson YOLO: Ubuntu Desktop and JetPack
先确认 Jetson 系统版本和 JetPack 版本,再装好 jtop,这是后续所有环境排错的起点。
JetsonUbuntuJetPackJtop -
@Jetson YOLO: Downloads Applications
Jetson YOLO 环境里最关键的两个工具是 Anaconda 和 VS Code,这篇先把它们装对。
JetsonAnacondaVS CodeSetup -
@Jetson YOLO: Setup the Environment Using Anaconda
用 conda 建好 Python 3.8 环境,并把 JetPack、PyTorch、Torchvision 和 TensorRT 的兼容关系对齐。
JetsonAnacondaPyTorchTensorRT -
@Jetson YOLO: Code and Run YOLOv8
克隆 ultralytics 仓库、选择正确的 Python 解释器,并在 Jetson 上导出并运行 YOLOv8 TensorRT 模型。
JetsonYOLOTensorRTVS Code -
@Jetson YOLO: YOLOv8 Segmentation With CSI Camera
让 Jetson Orin Nano 通过 CSI 摄像头跑 YOLOv8 segmentation,包括 GStreamer、OpenCV 和常见 ARM 问题排查。
JetsonYOLOSegmentationCSI Camera