Hi, the paper mentions that training for long term generation is done on Holden and al. 's whole dataset while the preparing process only uses a fraction. See https://github.com/facebookresearch/QuaterNet/blob/9d8485b732b0a44b99b6cf4b12d3915703507ddc/prepare_data_long_term.py#L69 where only the `edin_locomotion` folder is processed (the dataset is composed of this and some other folders) Is this intended ? If not, now you know !
Hi,
the paper mentions that training for long term generation is done on Holden and al. 's whole dataset while the preparing process only uses a fraction.
See
QuaterNet/prepare_data_long_term.py
Line 69 in 9d8485b
where only the
edin_locomotionfolder is processed (the dataset is composed of this and some other folders)Is this intended ? If not, now you know !