danishshres / ssd_c_api

5 stars 4 forks source link

memory leakage consideration #1

Open chenxinhua opened 3 years ago

chenxinhua commented 3 years ago

if you don't delete output_values after run session and get the results, the memory consumption will increase until it crashes.

danishshres commented 3 years ago

@chenxinhua thanks for pointing out the same, i will check that and get back to you. In the mean time i will also update the tutorial to work with tf 2 ;)