Zhengdi Yu

Results 15 issues of Zhengdi Yu

![image](https://user-images.githubusercontent.com/63605407/183366781-1f5dc53e-4cde-4de8-853d-ae68db929a67.png) After I click start pose mode: ![image](https://user-images.githubusercontent.com/63605407/183366844-774aad04-7d1b-4b4b-9bc0-c17c0b538286.png) The body_ mesh in the scrollbar on the right is permanently gone even if I stop pose mode, unless I undo the...

Hi, long time no see. Glad to see your BEV's contribution. I have been playing with ROMP+blender now and developing something interesting. But the translation along the depth direction is...

In image_dataset.py, if we activate shuffle_mode and then the image will be cropped. Now if a person is cropped out of the region, the 2d kps will mostly fall out...

https://github.com/Arthur151/ROMP/blob/623687a37cb7d1ba4538baf1e3c6f65808a36e2c/romp/lib/utils/augments.py#L167-L169 Here, I guess you meant to calculate a bounding box for a single person, based on the visible kpts and then expend the box. However, when you do `leftTop,...

This is the rendering results of 00005896.jpg of training set. Is this normal? ![image](https://user-images.githubusercontent.com/63605407/167585645-d9827feb-48a3-4e4f-839b-94007e4ff082.png)

Hi, I found that there is no pre-trained weights for HOPE-Net but only the Graph network, and in Graph.py, you use label2d directly for testing instead of the results from...

Hey, Thank you for your great work! Could you tell a bit more about the ScanNet evaluation? 1. Did you generate each point cloud from a single RGBD frame? 2....

Hi, Bug1. I think the config_files for smpl2smplx in transfer_model is not set correctly: I tried to set ``` smplx: betas: num: 200 expression: num: 50 ``` and even tried...

I found that the avatar will shake drastically when running the webcam demo. And I set the mode =1 to insert keyframe record the webcam results for playback. Now, if...