awesome-hand-pose-estimation
awesome-hand-pose-estimation copied to clipboard
Update util.py
It should be integer, not float.
That's true. But that value gets cast to integer by "int" already, so replacing / with // won't change the result.
That's true. But that value gets cast to integer by "int" already, so replacing / with // won't change the result.
Oh, I didn't recognize 'int', cause I cloned this repository last week, before code changed. Thanks.