motion-latent-diffusion
motion-latent-diffusion copied to clipboard
How to add my own data to existing database and train VAE/MLD
Dear Chen Thanks for the amazing work. I have a question regarding the databases used for training VAE and MLD. I assume if the database is more diverse, the MLD generated actions would become more diverse. Is it possible to combine multiple public databases, such as HumanML3D, NTU, HumanAct12Pose, UESTC, ..., and my personal data to train the VAE/MLD? If so, could you explain the current data structure? For example, should we reshape the pose data for each action sample into [n_frames, n_joints, xyz], and then combine the different datasets? Thank you Mohammad