Jia Li

Results 27 issues of Jia Li

In the original paper, there goes: "the prediction is offset by a quarter of a pixel in the direction of its next highest neighbor before transforming back to the original...

HI~ I come here again. In your code: https://github.com/xingyizhou/DeepModel/blob/master/training/GetH5DataNYU.py 64 line data_names = ['train', 'test_1', 'test_2'] cube_sizes = [300, 300, 300 * 0.87] id_starts = [0, 0, 2440] What' the...

Hi~ Thank you for your kind and great open source code. I have some issues in these following code: xstart = int(math.floor((u * d / fx - cube_size / 2.)...

Hi, Thank you for your great work. Could you explain the function "gen_gaussian_paf"? I have not figured it out yet. https://github.com/DeNA/Chainer_Realtime_Multi-Person_Pose_Estimation/blob/master/coco_data_loader.py#L57

Hi, thanks for your great work. I have just entered into the 3D human pose. I admire your work. Your paper estimates Z/f using weak perspective model, which SMAP estimates...

**Describe the bug** In Version: 0.5.4 for example, dose vit_tiny_patch16_224 means vit_tiny trained from scratch on ImageNet1K? However, in the current Version 0.6, vit_tiny_patch16_224 means vit_tiny pretrained on 21k and...

bug

For example, today is 30/10/2023, however here is my result:

Tank you for your work! The beta1 and beta2 in this code (0.5, 0.999) is different from the paper (0, 0.99). Which choice is better?

According to the equation $I o U_{\text {amplified }}=\left(I o U_{\text {anchor }}\right)^{\frac{\sigma-p}{\sigma}}$, IoUamplified is negatively correlated with p.

Hi, what are the settings corresponding to the results in the table in READE: 1. batch test or single input one by one? 2. flip augmentation is used when you...