VPI Performance Benchmark High Resolution Input Files

Hello

When we explore the performance benchmark page for background subtractor we observe that the benchmarks are obtained from 1920x1080 pedestrians.mp4 video.
But in Jetpack 5.1.2, we have 960x540 pedestrians.mp4 file under assets folder of vpi samples.
We want to compare the perormance of our system with the performance table in the page.
Where can we find 1920x1080 pedestrians.mp4 file?

Hi,
Please run the command to upscale the source to 1080p:

$ gst-launch-1.0 filesrc location=pedestrians.mp4 ! qtdemux ! h264parse ! nvv4l2decoder ! nvvidconv ! 'video/x-raw(memory:NVMM),width=1920,height=1080,format=NV12' ! queue ! nvv4l2h264enc bitrate=10000000 iframeinterval=0 idrinterval=512 preset-level=4 ! h264parse ! qtmux ! filesink location=pedestrians_1.mp4