Raphaël

Results 22 issues of Raphaël

Hi, thanks for great work. When I project mesh to image plane using , some part of peojection are out of image and then be overlooked. How to slove this...

Hi, thanks for such great work. It works well in my own PC.However, the following error occurs when I try to run in server. How could I solve it? >...

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 @hassony2 , It would be great if you share plot data, for the fair comparison, Thanks,

First thanks for such great work. I found the crop function [here](https://github.com/HRNet/HRNet-Facial-Landmark-Detection/blob/f776dbe8eb6fec831774a47209dae5547ae2cda5/lib/utils/transforms.py#L162) is so different from the original code [here](https://github.com/microsoft/human-pose-estimation.pytorch/blob/18f1d0fa5b5db7fe08de640610f3fdbdbed8fb2f/lib/utils/transforms.py#L115). What is the purpose for such changes. As our own...

As sigmodd fucntion could naturally limit output into [0,1], would it be better for the last activation function?

Hello Yana, First of all thank you for the great work! I try to understand your codes about obman these days.And when i run " python shapenet_samplepoints.py", I got the...

utils/scheduler.py", line 17, in __init__ KeyError: "param 'initial_lr' is not specified in param_groups[0] when resuming an optimizer" "in param_groups[{}] when resuming an optimizer".format(i))

Thanks for great work! [Here](https://github.com/stephen-w-bailey/fast-n-deep-faces/blob/master/models/README.md) , you said `ik_control_points.pkl` File specifies the face on the mesh and the barycentric coordinates for the point on the face. However when i load...

I find there are only 52 joints in SMPL_H model using your code. However, I find [this](https://github.com/vchoutas/smplx/blob/43561ecabd23cfa70ce7b724cb831b6af0133e6e/smplx/joint_names.py#L166) contains 73 joints in SMPL_H model. Who is wrong? How could I get...