Han Liang

Results 20 comments of Han Liang

I printed the trainable variables and found there is instance_norm in block 'c1', 'c2' and 'c3' of generator with mask.

> This is normal. > Instance norm is in that case performed using tf.cond, which is the TensorFlow equivalent of an If statement. > When using tf.cond Tensorflow builds the...

Sorry for that, there are some typos in evaluator.py. We have already fixed that. please make sure your code is up to date.

I am figuring it out. I will contact you as soon as possible.

Hello! I have run the newest training code exactly in this repo with a batch size of 64 (32 for each of 2 GPUs) for 1500 epochs. The results are...

It contains smplh joint positions and rotations (no root and finger tops), totaling 62x3+51x6 :)

"root_orient" is the rotation of the root joint, and the left two joints for the hands are omitted, and you can simply append zeros.

Try to use this link: https://drive.google.com/drive/folders/1oyozJ4E7Sqgsr7Q747Na35tWo5CjNYk3?usp=sharing

thank you for pointing this out! I will fix that ASAP.