Skip to content

neilyoung/nvdsinfer_custom_impl_onnx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BBox parser lib for Nvidia DeepStream SDK 5.1 and ONNX models

This project has been derived from the nvdsinfer_custom_impl_ssd sample project from the Nvidia DeepStream SDK 5.1 in order to work with re-trained ONNX models. Special thanks to dusty_nv for the help to adapt it to the environment of an ONNX model.

  • Clone this repo into /opt/nvidia/deepstream/deepstream-5.1/sources/objectDetector_SSD and change into the cloned project directory

  • Run make

  • Link to the lib from your PGIE config:

output-blob-names="boxes;scores"
parse-bbox-func-name="NvDsInferParseCustomONNX"
custom-lib-path="/path/to/lib/libnvdsinfer_custom_impl_onnx.so"
  • No warranty

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published