Hello,
I have an AGX Orin Developer Kit running VPI 2 and JetPack 5.1.2. I was trying to run the FFT example using the following command:
/opt/nvidia/vpi2/samples/07-fft$ python3 main.py cuda ../assets/kodim08.png
However, I encountered the following error:
double free or corruption (out)
Aborted (core dumped)
Could you please help me resolve this issue?
Thank you!