QitaoZhao / PoseFormerV2

The project is an official implementation of our paper "PoseFormerV2: Exploring Frequency Domain for Efficient and Robust 3D Human Pose Estimation".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Potential memory leak during plotting in demo

hido opened this issue · comments

Hello,

I've noticed that in vis.py after generating plots with matplotlib, there isn't a call to plt.clf() or plt.close(fig).

These functions might be needed for releasing the memory associated with a figure, especially when creating plots for long video.