TheoCarme
TheoCarme
Thank you for your help. Can you please give me examples of value and shape of *cube_size* ? I searched but did not find where I could get those default...
I did not fully understand how the code you suggested work. Yet I tried to use it but did not succeeded. I get this error : uvd[:, :, :2] =...
It is clear, thank you, I will try that.
So I made this [function](https://github.com/TheoCarme/PixelwiseRegression21Joints/blob/master/depth_hands_tracker.py#L30-L83) to crop and normalize my images. Now when I try to process an image with this [function](https://github.com/TheoCarme/PixelwiseRegression21Joints/blob/master/depth_hands_tracker.py#L87-L109) I get this error : ValueError: Expected more...
Hello @mrezaei92 I would greatly appreciate if you could help us on that matter. Thank you in advance.
Actually I found the cause of the problem. It comes from the files "msra_test_list.txt" and "msra_test_groundtruth_label.txt" which respectively list the names of all the ".bin" files in the dataset and...
You will find the files [here](https://drive.proton.me/urls/87MJVDWANW#GhV94ErapWsh). Just to be clear I only remove the lines from the files that did not match with an element of the dataset. I obviously...
My picture is from the same anime, hence my "question". I am not sure to understand your question, but here is my answer. Since I deleted the lines that had...
Dear @mrezaei92 thank you for responding. When I wrote "on a video stream" I meant : to perform the hand pose estimation one frame at the time as I grab...
Dear @mrezaei92 could you please help me ?