HandMesh icon indicating copy to clipboard operation
HandMesh copied to clipboard

Results 15 HandMesh issues
Sort by recently updated
recently updated
newest added

这个函数报错: vertex, align_state = registration(vertex, uv_point_pred[0], self.j_regressor, data['K'][0].cpu().numpy(), args.size, uv_conf=uv_pred_conf[0], poly=poly) ValueError: matmul: Input operand 1 has a mismatch in its core dimension 0, with gufunc signature (n?,k),(k,m?)->(n?,m?) (size 6890...

Dear Author, In the 13/17 of the paper, you mentioned that _As shown in Figure 13, we provide annotations of our designed dense mesh, MANO-style mesh, 3D pose, 2D pose,...

Hello! When I run the DEMO or evaluate code about Mobrecon, there is no MASK in the output file. What is the reason? ![image](https://user-images.githubusercontent.com/76560812/190584792-6d5ead97-6fd6-4591-bf66-a307607ddebf.png)

Hello SeanChenxy, can you kindly direct me to the code you executed to generate the .npy files for the test images you used? I have my custom dataset and want...

Hi Xingyu, 我想請教關於重建 ResNet50 Backbone 的問題,以下是我照著 code 畫出來原版 Backbone 架構圖,以及我猜測的 ResNet50 Backbone 架構 請問這樣的架構正確嗎? 還是其實有某些地方是有問題的? 做的更改有 - 輸入 image 大小的部分: 更改 self.cfg.DATA.SIZE, 也就是到 `HandMesh/mobrecon/configs/mobrecon_ds.yml` 檔中新增或是直接修改 `HandMesh/mobrecon/configs/default.py` - 將 Backbone 中直接換成...

Hello author, I would like to ask how do you convert mesh .ply files into .pkl files?

I'm using cmr_sg with cmr_sg_res18_freihand.pt parameters, and applying that on my data creates some errors on images that seem ok. Could you please share some insights on what's going wrong...

Did the authors use Test-time augmentation (in consistency with other models like MeshGraphormer (ICCV21), and METRO (CVPR21)) while evaluating the model on the FreiHAND 3D Hand reconstruction dataset?

Excuse me, I'm trying to train MobRecon on the HO3D datasets. Would you share the code that you deal with this dataset with me?

Hi Xingyu, Thanks for your interesting work. Could you please tell me how do you get the 3D PCK data of HO3D v2 for each method? Best, Jun