S2HAND icon indicating copy to clipboard operation
S2HAND copied to clipboard

Model-based 3D Hand Reconstruction via Self-Supervised Learning, CVPR2021

Results 9 S2HAND issues
Sort by recently updated
recently updated
newest added

Thank you for sharing your code. I have the issue that projected 2D detection output is not aligned to image when running the testing code without modifying anything. How can...

load_textures_cuda.obj : error LNK2001: 无法解析的外部符号 __imp_calloc load_textures_cuda_kernel.obj : error LNK2001: 无法解析的外部符号 __imp_calloc load_textures_cuda.obj : error LNK2001: 无法解析的外部符号 __imp_strdup OLDNAMES.lib(strdup.obi) : error LNK2001: 无法解析的外部符号 __imp_strdup load_textures_cuda.obj : error LNK2001: 无法解析的外部符号 __imp_terminate...

How can I get the "detect.json" for HO3D, I only found the "detect.json" for FreiHAND.

Hi! I'm going to run the code on the ubuntu with a 3090Ti,so it's necessary that I should use the pytorch>=1.7. but here is something wrong with the concatdataloader: Traceback...

Hi Yujin, Thank you so much for sharing the codes and also nice work on the CVPR paper! The idea really interests me a lot, but currently I come across...

Dear author, Your ideas in this paper are very interesting. I meet some training error when running your released code. This image shows visualization result when epoch 15. Although 2d...

Hi, Sir. I note AUC and MPJPE of joints in your paper, however, I did not find GT 2D and 3D joints annotations in FreiHAND and HO3D evaluation set. How...

Hello, do you have any of the following problems during the error feedback during your training? IndexError: index 579523806 is out of bounds for dimension 0 with size 7780

Hi, Thank you for presenting this intereting work! I notice the output of your model is in axis-angle representation. I wonder how did you convert them to Azimuth, Pitch, and...