Skip to content

borarak/yolov8_deepstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yolov8_deepstream

Run the yolov8 object detector with NVIDIA deepstream..

Detailed blog post here

Build the shared lib

mkdir build  && cd build
cmake ..
make

Run a deepstream pipeline

gst-launch-1.0 uridecodebin uri='file:///<absolute file path>' !  nvvideoconvert ! 'video/x-raw(memory:NVMM),format=(string)NV12,width=(int)1280,height=(int)720' ! smux.sink_0 nvstreammux name=smux width=640 height=640 batch-size=1 ! nvinfer config-file-path='deepstream_config.txt' ! nvvideoconvert ! nvdsosd ! nveglglessink