Siwei Zhang

Results 6 comments of Siwei Zhang

Hi, I'm using the following config: ``` model: arch: pspnet version: cityscapes data: dataset: cityscapes train_split: train val_split: val test_split: test img_rows: 257 img_cols: 513 img_norm: False path: ./datasets/cityscapes version:...

Hi @adam9500370 Finally get the result! Turns out to forget the data loader version to 'pascal' earlier.

Hi, Yes you also need depth/human mask/keypoints to run the optimization pipeline, and you can use other open-source tools to get them as you mentioned.

@jinfagang Hi, if you want to smooth the 3D joints from VIBE/PARE, you can create an optimization pipeline and insert the motion smoothness prior the same way as we did...

Hi, besides the 2D videos, you will need depth images as input as well to get the 3D human bodies in a global world coordinate

Hi @bachw433 Thanks! I will try to modify it. My study focuses more on relationships between depth estimation networks and segmentation networks so I can't really say which model is...