ShuangjunLiu

Results 17 issues of ShuangjunLiu

The AI challenger data is not accessible (https://challenger.ai/dataset/keypoint) The model weights trained with it is not provided? How to reproduce the best performed one of pose_hrnet_w48*?

Hello, could you provide the code to convert the mpii mat annotation into your json file? Thanks.

Hello, I can't reproduce result for setting "res101_256x256_d256x3_adam_lr1e-3" mpii pckh0.5: Paper report : 89.6 % From pretrained model (provided in this repo): 89.2% Retrain it: 88.87% Is there anything I...

Thanks for your interest in our research! I checked the code and found that the SH 2D detections are pre-processed and saved result. According to paper, this approach is estimating...

question

After ran the command `$ git submodule update --init --recursive ` It stuck without response. I checked the repo that "pytorch-image-models @ 2be1fd0 " pointed to a webpage with 404...

Run script `launch_cifar_ema.sh`. Got error: > File "/scratch/liu.shu/codesPool/BigGAN-PyTorch/inception_utils.py", line 279, in prepare_inception_metrics data_mu = np.load(dataset+'_inception_moments.npz')['mu'] ... fid = open(os_fspath(file), "rb") FileNotFoundError: [Errno 2] No such file or directory: 'C10_inception_moments.npz' Seems...

By following the instruction, ` pip install -r requirements.txt` I still ran into following error: > "ERROR: Could not find a version that satisfies the requirement opencv-python==3.4.1.15 (from -r requirements.txt...

There are lots of missing entries in annot.h5 files. One direct result is that the main.lua -eval returns nan for accuracy. I also print out several parts labels directly from...

I ran the code with ` fit_smplx.yaml` with **gmm** prior. Piror file is from simplify project "gmm_08.pkl". Test images and keypoints are from ETH evaluation set. There is a tensor...

Hello, I can't install the dependency pkgs of ``` VPoser Homogenus ``` They all require specific versions of **torch** and **tensorflow**. I get higher version on my local machine. Is...