DenisTome / Lifting-from-the-Deep-release

Implementation of "Lifting from the Deep: Convolutional 3D Pose Estimation from a Single Image"
https://denistome.github.io/papers/lifting-from-the-deep
GNU General Public License v3.0
450 stars 132 forks source link

Update draw.py #58

Open idiomaticrefactoring opened 2 years ago

idiomaticrefactoring commented 2 years ago

refactoring code with var unpack which is more pythonic, concise, readable and efficient; how do think this change which has practical value?