CV / YOLOv8

YOLOv8 Rail Inspection

A YOLOv8 application tailored for identifying and counting rail bolts at fixed distances.

Size
20GB disk
Memory
4GB+
Precision
JetPack 5/6

Choose the device you're using, the set up guide and documentation will update accordingly.

Getting Started

Deploy
python3 -m pip install -U jetson-examples && reComputer run yolov8-rail-inspection

Model Details

Jetson One-Command Deployment

Run the command in the Getting Started block directly on a Jetson or reComputer Jetson device.

bash
python3 -m pip install -U jetson-examples && reComputer run <demo-name>

The command installs or upgrades the jetson-examples Python package from PyPI, then runs the selected demo script through the reComputer CLI.

Requirements

  • NVIDIA Jetson or reComputer Jetson device.
  • JetPack/L4T version supported by the selected demo.
  • Internet access for PyPI packages, Docker images, model weights, or external assets used by the demo.
  • Docker and NVIDIA container runtime when the selected demo uses containers.
  • Enough disk and memory for the selected demo. The model card lists the main resource requirement when it is known from the demo configuration.

Workflow

  1. Copy the deployment command from the Run dialog or detail page.
  2. Run it in a terminal on the target Jetson device.
  3. Follow any prompts printed by the demo script.
  4. Open the URL shown in the terminal if the demo starts a web UI or API service.

Notes

  • reComputer run <demo-name> runs the demo's init.sh first when available, then starts run.sh.
  • To inspect all packaged demos on the device, run:
bash
reComputer list
  • To remove demo data when a cleanup script exists, run:
bash
reComputer clean <demo-name>

Inputs and Outputs

Input: rail inspection images or video. Output: object counts and detection boxes.