wbenbihi / hourglasstensorflow

Tensorflow implementation of Stacked Hourglass Networks for Human Pose Estimation
MIT License
480 stars 179 forks source link

Potential performance issue: concat slow in pandas below 1.4.4 version #73

Open TendouArisu opened 7 months ago

TendouArisu commented 7 months ago

Issue Description:

Hello. I have discovered a performance degradation in the .concat function of pandas version 1.4.3. And I notice the repository depends on pandas 1.4.3 in requirements.txt. I am not sure whether this performance problem in pandas will affect this repository. I found some discussions on pandas GitHub related to this issue, including #47501 and #47508. I also found that notebooks/02 - Prepare Data.ipynb used the influenced api. There may be more files using the influenced api.

Suggestion

I would recommend considering an upgrade to a different version of pandas >= 1.4.4 or exploring other solutions to optimize the performance of .concat. Any other workarounds or solutions would be greatly appreciated. Thank you!