Lotayou / everybody_dance_now_pytorch

A PyTorch Implementation of "Everybody Dance Now" from Berkeley AI lab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compute_coordinates too slow

HrsPythonix opened this issue · comments

In Dataset Preparation step 3
when I run python ./pose_estimator/compute_coordinates_for_video.py based on the Afrobeat workout Sequence(got 34495 frames), it take 27s to process each frame. 10 days to finish all frames.

Is there some problem in this? Wouldn't it be too slow?

BTW, I pip install the tensorflow-gpu instead of tensorflow in your requirment.txt.

Forgot to resize the image, sorry~