gsethi2409 / tf-pose-estimation

Hey! This is a clone of the tf-pose-estimation by Ildoo Kim modified to work with Tensorflow 2.0+!
Apache License 2.0
160 stars 117 forks source link

Memory leak occurs in run_webcam.py #14

Open krcc5978 opened 3 years ago

krcc5978 commented 3 years ago

When I execute run_webcam.py, memory accumulates and eventually causes a memory leak.

I think the cause is that the graph is created for each loop, but I don't know the solution.

What should I do?