Vegetebird / StridedTransformer-Pose3D

[TMM 2022] Exploiting Temporal Contexts with Strided Transformer for 3D Human Pose Estimation
MIT License
335 stars 37 forks source link

Reloading a .pth file #26

Closed harshap-ai closed 1 year ago

harshap-ai commented 1 year ago

Wonderful work! I just noticed this teeny-tiny error, in main.py < line 175< refine_path object initialize as a list (While it needn't be). This causes the following error:

Screen Shot 2022-11-22 at 4 09 32 PM

So, either line 175 should be removed or line 178 should become "refine_path.append(path)", which may cause further downstream errors due to refine_path being a list. Please check that out!

Thanks!

Vegetebird commented 1 year ago

Thanks for pointing out that. We have fixed it.