fabro66 / GAST-Net-3DPoseEstimation

A Graph Attention Spatio-temporal Convolutional Networks for 3D Human Pose Estimation in Video (GAST-Net)
MIT License
312 stars 70 forks source link

I think line 159 of gen_skes.py should be changed. #32

Closed wwnis7 closed 3 years ago

wwnis7 commented 3 years ago

I think line 159 of gen_skes.py should be changed from np.savez_compressed(output_root+output_npz, reconstruction=prediction) to np.savez_compressed(output_npz, reconstruction=prediction).

Thanks for the good code.

fabro66 commented 3 years ago

Thank you for pointing out the error. We have fixed it.