handobjectconsist icon indicating copy to clipboard operation
handobjectconsist copied to clipboard

[cvpr 20] Demo, training and evaluation code for joint hand-object pose estimation in sparsely annotated videos

Results 10 handobjectconsist issues
Sort by recently updated
recently updated
newest added

Hi, thanks for update on ho3d_v2, I have 2 questions here: 1. When I run `python evalho3dv2.py --resume releasemodels/ho3dv2/realonly/checkpoint_200.pth --val_split test --json_folder jsonres/res`, I got error below.It seems object models...

Hi there, Thanks for sharing your work. I got this problem while creating the virtual environment: ![1](https://user-images.githubusercontent.com/10355081/160265254-b437648c-d0df-403d-b4f0-d4ce31b00d17.png) My system: Ubuntu 20.04, Cuda 10.1. Any suggestions would be greatly appreciated!

Hello. I have two questions. 1. For the errors reported at table 1 in your paper, are these errors computed after Procrustes alignment or not ? 2. Is the model...

On running python visualize.py I get the following error (I have made sure I followed all instructions for installing the FPHAB dataset correctly): Traceback (most recent call last): File "visualize.py",...

On running `python visualize.py` I get the following error (I have made sure I followed all instructions for installing the FPHAB dataset correctly): `Traceback (most recent call last): File "visualize.py",...

Hi, I see you have resized all FPHAB images to [480x270] dimension in [this code ](https://github.com/hassony2/handobjectconsist/blob/master/reduce_fphab.py) In figure 8, are the reported pixel erros in the size of [480x270], or...

Hello everyone, i want to write an application that processes each frame of a video with the pretrained model of handobjectconsist (producing the MANO-mesh and Object Pose for each frame)....

Hi @hassony2 , It would be great if you share plot data, for the fair comparison, Thanks,

Hi, Hasson, Thank you for the work. I noticed that the MANO fitted of "fhbhands_fits" is not full version. I saw your previous paper "Learning joint reconstruction of hands and...

Hi @hassony2 , Thanks for sharing the code, I have treid second stage of training; meshwarp; after some epochs, for me 50 epochs, occupied memory goes around 128 G, I...