hassony2 / handobjectconsist

[cvpr 20] Demo, training and evaluation code for joint hand-object pose estimation in sparsely annotated videos
https://hassony2.github.io/handobjectconsist.html
MIT License
120 stars 18 forks source link

What do you mean by "BaseQueries" and " TransQueries" in your code? #17

Closed WeedsInML closed 3 years ago

WeedsInML commented 3 years ago

Hi Yana~ I'm now reading your code. I am confused about these two names. And I don't know why you do some transformation on data if "TransQueries" are selected. I would be appreciate if you can explain! Thanks!

hassony2 commented 3 years ago

Hi !

BaseQueries refer to all values before data-augmentation, while TransQueries refer to values associated to transformed images.

Hope this helps !

Best,

Yana