deepstream_python_apps icon indicating copy to clipboard operation
deepstream_python_apps copied to clipboard

Added action recognition pipeline and Python bindings

Open eresh-mittal opened this issue 1 year ago • 1 comments

This Merge Request introduces the following key contributions to the DeepStream Python Apps project:

Action Recognition Pipeline:

Implemented a 3D Action Recognition pipeline in Python using DeepStream plugins. The pipeline integrates multiple components to detect and classify human actions in video streams.

Developed custom Python bindings for the GstNvDsPreProcessBatchMeta and NvDsRoiMeta plugin to enable preprocessing of video batches before feeding them into the action recognition model.

The implementation has been tested on various video inputs and is compatible with the latest version of DeepStream. The code follows the existing coding standards and structure of the DeepStream Python Apps project.

eresh-mittal avatar Jan 16 '25 06:01 eresh-mittal

Dear @eresh-mittal, thank you very much for your contribution. We are looking for the best way to incorporate this since our repo is not set up to directly accept PRs. Thanks for your patience.

nv-zhliu avatar Jan 16 '25 14:01 nv-zhliu