Skip to content

Depth anything deployed on jetson orin nx with intel realsense d435i

Notifications You must be signed in to change notification settings

kyrie2to11/Depth-Anything-for-Jetson-Orin-Python

Repository files navigation

Prerequisites

Hardware

  • Jetson Orin NX 8GB or higher
  • Intel Realsense D435i

Software

Example Usage

Cloning the Repository

git clone https://github.com/kyrie2to11/Depth-Anything-for-Jetson-Orin-Python.git

Build the Tensor RT engine

cd path/to/Depth-Anything-for-Jetson-Orin-Python
python export.py --weights_path="./ckpt" --save_path="exported_models" --input_size=364 # This will build the Tensor RT engine in the `exported_models` directory.

Running the Live Stream Demo

cd path/to/Depth-Anything-for-Jetson-Orin-Python
python depth_realsense.py --trt_engine_path='./exported_models/depth_anything_vits14_364.trt' --stream

Output Shortcut

About

Depth anything deployed on jetson orin nx with intel realsense d435i

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages