athn-nik / teach

Official PyTorch implementation of the paper "TEACH: Temporal Action Compositions for 3D Humans"
https://teach.is.tue.mpg.de
Other
383 stars 40 forks source link

Preprocessing behind rfeats_mean, rfeats_std #30

Closed chinnusai25 closed 1 year ago

chinnusai25 commented 1 year ago

Hey, Thanks for your work. I want to understand the preprocessing behind the generation of rfeats_std.pt and rfeats_mean.pt provided in teach/deps/transforms.

athn-nik commented 1 year ago

Hello, and thanks for the nice words :) They are used to normalize the features and are pre-computed to save some time from the users. You can find their calculation in compute_stats.py script.