Weiqiang Wang

Results 5 comments of Weiqiang Wang

@chegewara your link above can't find,I need the example you mentioned ,thanks!

> move "reference_control_reader.clear()" "reference_control_writer.clear()" to before the net forward pass can you show the code in detial? I have tried it, but failed.

Hi, thank you for your reply! After downloading the "motions_processed", I found "3945.npy" and "4106.npy" were missing, but it had corresponding annotation txt in annots/. (ps. there are some txt...

@zaptrem @lucasnewman hi,I found that ``` def symmetry_preserving_bound(self, z): levels_minus_1 = (self._levels - 1) scale = 2.0 / levels_minus_1 bracket = (levels_minus_1 * (torch.tanh(z) + 1) / 2.0) + 0.5...