Unable to serialize vpi.warp type object in python 3 using json, pickle and marshal - Vision Programming Interface, Jetson

Hi,

I tried serializing vpi.warpmap object using json.dumps(), pickle.dumps() and marshal.dumps() methods. However, I am getting the error - ‘Object of type WarpMap is not JSON serializable’.
Are VPI objects serializable? My end goal is to store the warpmap in a file and retrieve it later.
Can you kindly help.

Thanks

The vast majority of vpi questions on these forums are on the Jetson forums. You may wish to pick one of those forums to post vpi questions pertaining to jetson.

1 Like

Thanks for letting me know. I hope I posted it in the right forum now - Unable to serialize vpi.warp type object in python 3 using json, pickle and marshal - Vision Programming Interface, Jetson

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.