Deepstream: How to disable fake object detected by dsexample?

Hi,

How to disable the fake object detected when dsexample is enabled?

Hi,
Please check the code in

deepstream_sdk_v4.0.2_jetson\sources\gst-plugins\gst-dsexample\gstdsexample.cpp
      // Attach the metadata for the full frame
      attach_metadata_full_frame (dsexample, frame_meta, scale_ratio, output, i);

You can remove it and try.