Prabindh Sundareson

Results 42 comments of Prabindh Sundareson

Please share the source code being used. Have you confirmed other components (like camera, opencv, or) do not leak memory as well ?

This may be platform specific behaviour. To be on the safe side, I have pushed a long pending patch for a known memory leak (https://github.com/prabindh/darknet/commit/f6f41a1f3a61b801c109ed62643bcfeb891447a9) - please take a look...

@SinghiDivyanshu Which platform (ARM or x64, Windows or Linux) are you seeing this on ?

18 kB seems small for a 3-ch image frame. Will have to check further.

Havent found time to deep debug, but to rule out CV itself, wrote a modified function with separate Mats for each operation. Could you please give it a try and...

@SinghiDivyanshu - What version of OpenCV dll is being used in your cases ?

So I think there are 2 issues here: 1. Leak in resize - Can we have the gist I posted above tested ? 2. Leak in imshow() and cap.read() -...

It is not guaranteed by the (Py/tk) toolkit API. If you need a sorted order, you could use the sorted list as discussed in - https://stackoverflow.com/questions/13122005/files-from-directory-being-pulled-in-wrong-order-with-python. Let me know if...

Is this query - for training or inference ? For training, it should be doable as it is in the original code-base.

For inference, given that we operate on only one image, it is not a focus. It can be theoretically accomplished, but not done.