Results 14 issues of sungho chun

안녕하세요. h36m data loader 부분에서 SMPL gt 좌표를 가져오는 부분인데 https://github.com/mks0601/I2L-MeshNet_RELEASE/blob/5d495593fa99e3e44af0289964a7da7284fd9876/data/Human36M/Human36M.py#L196 L196~L201 부분이 무슨 역할을 하는지 이해가 안가서 그러는데 혹시 설명해주실수 있을까요?

Hi! Could i know why didn't you use dataset MPII, UP-3D additionally?

Hi. thanks for sharing your code. I wonder how to select the markers. Did you choose the 41, 67 markers manaully? Or is it selected by some algorithm? If it...

Hello! I'm gonna try CBAM. But when I looked at the code, I was curious. The locations where BAM and CBAM are applied are different in your resnet code(example code)....

Hello! I have a question regarding the method of calculating the median distance. When computing the median distance, do you perform the np.median() operation along both the vertices axis and...

Hello! I have a question regarding the method of calculating the median distance. When computing the median distance, do you perform the np.median() operation along both the vertices axis and...

Thank you very much for releasing your code. I had a few questions after reading your paper. 1) What exactly does global mean in the 'global root position' you mention...

Hello. Thanks for sharing code ! According to your paper, the translation performance of the img2pose model was evaluated using the AFLW2000-3D dataset (referenced in Table 1). However, to my...

Great job! I am currently working with your project and have a query regarding the utilization of Ground Truth (GT) camera intrinsics. Specifically, I am aware of the GT camera...

Hi! thank you for amazing work. Can you tell me why the values ​​of 2.8, 0.24 and 0.06 are multiplied by the focal length on L128~129? https://github.com/huawei-noah/noah-research/blob/8c8a7b71f1d18ec07cdd4ab3a6b861e07eb9f561/CLIFF/demo.py#L128