Benchmarking ISP performance

Hi!

I am working on an end-to-end ML benchmark for the Jetson devices. My idea is to have a video file in the raw Bayer format on the disk for this demo. I then intend to use the ISP to process this file to output RGB frames which I can then process using ML model. This way I will be able to measure how much time the ISP takes to process each frame and how long the model takes for inference. My questions are:

  1. Is there anyway to pass data to the Jetson ISP from a file for the usecase I have described above?
  2. Are there are GStreamer pipelines which I can use for directly inferring output from a CSI camera using a TRT engine file?

Thank you!

Not support the item 1 yet.
Need to check for the item 2.

For item 2.

Yes. Please check our Deepstream SDK:

Thanks.

1 Like