marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.4k stars 345 forks source link

How to obtain target detection results from model output at actual time #384

Open yinxiaomao opened 1 year ago

yinxiaomao commented 1 year ago

I want obtain target detection results from model output at actual time.

What should I do?

aidevmin commented 1 year ago

You can save prediction results to the file. Let get to know gie-kitti-output-dir option in the config file.

marcoslucianops commented 1 year ago

You need to create your custom code based on deepstream-app/deepstream-test codes (C/C++) or deepstream_python_apps (Python).