CV / Depth Anything

Depth Anything V3

Depth Anything V3 estima profundidad densa a partir de imágenes o video en NVIDIA Jetson.

Tamaño
12GB disk
Memoria
4GB+
Precisión
JetPack 6

Elige el dispositivo que estás usando. La guía de configuración y la documentación se actualizarán en consecuencia.

Primeros pasos

Desplegar
python3 -m pip install -U jetson-examples && reComputer run depth-anything-v3

Detalles del modelo

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>

Entradas y salidas

Entrada: imagen RGB o vídeo. Salida: visualización del mapa de profundidad.