Jiahao Li

Results 11 issues of Jiahao Li

Hi, I got another bug when I tried to evaluate the model. Here is my command ``` CUDA_VISIBLE_DEVICES=0 python romp/lib/evaluation/collect_3DPW_results.py --configs_yml=configs/eval_3dpw_challenge.yml ``` Here is the bug report ``` Traceback (most...

Hi, thanks for sharing your code. I run the demo ``` python3 tools/demo.py --config=configs/smpl/tune.py --image_folder=demo_images/ --output_folder=results/ --ckpt data/checkpoint.pt ``` However, I get this info: ``` unexpected key in source state_dict:...

Hi, thanks for sharing your code. I notice that this model inputs the cropped and resized image and is trained to predict SMPL parameters and camera parameters once a person....

Hi, thanks for sharing your code. I'm wondering how to reproduce the result in table6 and table7. Could your offer your preprocessed json file, config file and dataset file?

Sorry to bother you again. :( I have a question about the SMPL parameters in the 3dpw dataset you offered. I noticed the pose parameter (72,) and trans parameters (3,)...

Hi, would you kindly offer your pretrained model?

Hi, thanks for releasing your code! I have a question about how you extract the feature in Charades dataset with I3D model. Could you help me with it? Thanks in...

In video preprocess, I run this line bug met the bug. ``` python get_3d.py --img_path /a/b/c__00068.png # the image path should be the one generated in setp3 ``` ![1627558711(1)](https://user-images.githubusercontent.com/56757835/127485618-7805b667-fd76-4b52-8590-5982a2005010.png) And...

Hi, did you extract the I3D feature by yourself? If not, could you tell me where you get the I3D feature? Thanks in advance!

Hi, I noticed that in your paper. ``` For a given video, we first segment it into a sequence of T non-overlapping video clips by fixed-interval sampling. The clip feature...