bihand icon indicating copy to clipboard operation
bihand copied to clipboard

How can I check the predicted coordinates for a image of hands?

Open mpuu00001 opened this issue 2 years ago • 2 comments

Hi! I want to apply the model onto a different dataset other than RHD and STB, then get the coordinates of each hand landmark point for each hand presented.

May I know how can I do that?

mpuu00001 avatar Nov 22 '22 07:11 mpuu00001

Hi, based on your question, I suggest that you could customize a data loader for your own dataset. The coordinates of each hand landmark can be obtained from the networks prediction, see the jointsRS. (RS: Root relative and Scale normalized)

lixiny avatar Nov 22 '22 07:11 lixiny

Thank you for the suggestion! To make my life easier, alternatively, is there a way for me to run the model onto a single image instead of a whole dataset?

mpuu00001 avatar Nov 22 '22 08:11 mpuu00001