garyzhao / SemGCN

The Pytorch implementation for "Semantic Graph Convolutional Networks for 3D Human Pose Regression" (CVPR 2019).
https://arxiv.org/abs/1904.03345
Apache License 2.0
465 stars 78 forks source link

not cool to name a variable self.nonlocal maybe change to non_local(for nonlocal is not ok for python3) #30

Open yanghu819 opened 3 years ago

garyzhao commented 3 years ago

Hi @kickingass ,

Thanks for pointing it out. I will update the code and model later to fix it.

Best, Long