**• Hardware Platform- Jetson Xavier
**• DeepStream Version- 6.1
**• Jetpack Version- 5.0.2
I have an anomaly detection model that produces an image as output. I aim to measure the dissimilarity between the input image (current frame) and the model’s output. Currently, I am using the following pipeline: v4l2src → nvpreprocess (ROI) → nvinfer → dsexample. Within the dsexample plugin, I am modifying the blur_objects function. My approach involves post-processing the output image first and then computing the difference between the input image and the post-processed output. I am curious if this method is suitable or if there are alternative approaches to achieve the same goal. Also, can I use queue in my pipeline to send the current frame to nvinfer as well as dsexample plugin?