Skip to content

A stripped down version of the Yolo-onnx ZED example that can only build engine files.

Notifications You must be signed in to change notification settings

RoboEagles4828/zed-engine-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A stripped down version of the Yolo-onnx ZED example that can only build engine files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published