awesome-hand-pose-estimation icon indicating copy to clipboard operation
awesome-hand-pose-estimation copied to clipboard

Update util.py

Open redorangeyellowy opened this issue 3 years ago • 2 comments

It should be integer, not float.

redorangeyellowy avatar Sep 22 '21 08:09 redorangeyellowy

That's true. But that value gets cast to integer by "int" already, so replacing / with // won't change the result.

mrezaei92 avatar Sep 22 '21 11:09 mrezaei92

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.

redorangeyellowy avatar Sep 22 '21 11:09 redorangeyellowy