anibali / margipose

3D monocular human pose estimation
Apache License 2.0
98 stars 20 forks source link

Torch 1.50 for fixing issue in margipose_model #9

Closed jaggernaut007 closed 4 years ago

jaggernaut007 commented 4 years ago

Torch 1.50 fixes issue of mid_in.split(size, -3) in line 91 and 93 Use of int in line 87 is not required. Fixes the int not traceable warning.

anibali commented 4 years ago

I'm not ready to upgrade to PyTorch 1.5.0 yet for other reasons. Most importantly, the project needs to be tested thoroughly to ensure that training and evaluation works just as effectively.