Mathux/TEMOS

Normalize Values Calculation

Closed this issue · 2 comments

Hi,
Congrats and thanks for releasing your work!
May I double check how did you calculate the mean&std in normalization step? (e.g. the file under ${path.deps}/transforms/rots2rfeats/smplvelp/${.pose_rep}/${data.dataname}).

Thanks!

Hi @KevinQian97,

You can use the following cmd line:

python compute_stats.py data=DATANAME

and it should work as expected.

Hi @Mathux ,

Thanks so much for your fast reply!