Skip to content

Files

Latest commit

0fc2fe1 · Sep 4, 2023

History

History
18 lines (13 loc) · 816 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 816 Bytes

ZED Yolo Engine Builder

A stripped down version of this ZED example that is only meant to build the engine files used for running Yolo with the ZED camera.

Intended for use in headless environments with minimal libraries (e.g Docker Containers)

Installation:

Install the ZED SDK and CUDA, as well as the NVinfer runtime from TensorRT.

Building:

Build the project with cmake . && make in order to create the zed_engine_builder executable.

Running:

Take your onnx file and run

./zed_engine_builder model.onnx model.engine

You can also run it on its own for a help message.