You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of a virtual object, the scope for it is being updated correctly. But at the time of destruction/release of the scoped object, the VxDataObjects tied to it are not deleted.
For example, if a virtual vx_tensor is tied to a graph, then upon calling the vxReleaseGraph, the vx_tensor is not released. Same is the case for virtual vx_image objects as well.
This is causing my application to run out of memory, since my application creates multiple vx_tensors and vxProcessGraph call in a loop, even though I call vxReleaseGraph everytime in the loop.
The text was updated successfully, but these errors were encountered:
In case of a virtual object, the scope for it is being updated correctly. But at the time of destruction/release of the scoped object, the VxDataObjects tied to it are not deleted.
For example, if a virtual vx_tensor is tied to a graph, then upon calling the vxReleaseGraph, the vx_tensor is not released. Same is the case for virtual vx_image objects as well.
This is causing my application to run out of memory, since my application creates multiple vx_tensors and vxProcessGraph call in a loop, even though I call vxReleaseGraph everytime in the loop.
The text was updated successfully, but these errors were encountered: