masabdi / LSPS

Source code for "3D Hand Pose Estimation using Simulation and Partial-Supervision with a Shared Latent Space"
https://arxiv.org/abs/1807.05380
GNU General Public License v3.0
61 stars 17 forks source link

sz comes to be float #4

Closed Suraj520 closed 5 years ago

Suraj520 commented 5 years ago

While running, sz is expected to be int as per cv2.resize definition but comes as float, hence type casting has been done in string to execute the training.