Command to Customize INvDsInPlaceDataHandler in DeepStream

Hi, I need to customize INvDsInPlaceDataHandler. What is the correct command to use?

python3 /opt/nvidia/graph-composer/extension-dev/generate_codelet.py
–output_dir /tmp/ --extn_name test --codelet_name HelloWorld

or

python3 /opt/nvidia/deepstream/deepstream/tools/graph_extension_generator/generate_extensions.py <element_list.txt>

Could you please confirm?

The second one.

What is the element list (element_list.txt) of this class to include?

Which file can I include the INvDsInPlaceDataHandler code in?

Actually this command is for this purpose Extension Development Workflow — DeepStream documentation

For your INvDsInPlaceDataHandler customization extension, there is no tool to help you to generate the correct bazel project.

As I’ve told you in another topic, there is no proper sample for your case now. We will consider your request in future.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.