Hongsuk Benjamin Choi

Results 22 issues of Hongsuk Benjamin Choi

Thanks again for your great work. But I found **two critical bugs**. 1. While the paper says VIBE uses a bi-directional GRU, the code and pre-trained model weights you provide...

bug

Hi, thanks for sharing your great work. However, I think it would be nice of you to provide a proper training code for the reproducibility. As you know, the Mosh...

enhancement

Hi, thanks for your great work. I wonder why you removed untangling self interpenetration code in `body_model_vposer.py` and kept 'mesh-intersection' as dependency in main 'READ.ME'. It turns out that when...

Hi, thanks for your great work. At `README.md`, there's an evaluation result of HRNet trained on MSCOCO+__AI Challenger__. (Indicated with *) Where can I found the pretrained weights of that...

I am using Ubuntu 20.04 and met some errors while building the environment. Below are somewhat useful trouble-shooting tips. ### Python / Pytorch Python3.6.9 conda install pytorch torchvision torchaudio cudatoolkit=11.3...

Hi, I tested a demo code from pull-request on some images, and found that there are a lot of overlapping outputs. I think this is the problem of [nms](https://github.com/HRNet/HigherHRNet-Human-Pose-Estimation/blob/aa23881492ff511185acf756a2e14725cc4ab4d7/lib/core/group.py#L130) in...

Hi Thank you for your contribution. I am interested in converting bvh file data to 3d coordinate data and I wonder where is the bvh_head.txt? you mentioned in README.

Hi, Thank you for your great work. I am curious whether I can directly use your pre-trained model to test only my data. For example, I know the person's height...

Hi, thanks for your great work. Do you have a plan to release the code implementation of NARF?

Hi, thanks for your contribution. The issue is that I can't run demo.py for neutral model since SMPL project website doesn't provide neutral model pkl. Do you have any source...