Ling-Hao CHEN
Ling-Hao CHEN
Hi, @nghorbani Thanks for your AMASS dataset for the community. I downloaded the `SMPL-H G` and `SMPL-X G` from the official website. When I checked the SMPL data and the...
Hi @EricGuo5513 , thanks for your efforts in providing such a significant dataset to the community. I would like to know some details about your data preprocessing stage and I...
Hi, @EricGuo5513 I have a question here. How to get the `M*.txt` from `*.txt`? In KIL-ML, for `A person turns around left on their right foot#A/DET person/NOUN turn/VERB around/ADV left/VERB...
`extra_file_path` in [code1](https://github.com/L-YeZhu/CDCD/blob/667f9c0156e68d6e884a1ad5201ae1928098b02d/synthesis/data/aist_dataset.py#L43) is None. This results in the `__getitem__()` returns NoneType for negative_music in [code2](https://github.com/L-YeZhu/CDCD/blob/667f9c0156e68d6e884a1ad5201ae1928098b02d/synthesis/data/aist_dataset.py#L109).
@qiqiApink Thanks for your work. I met the same issue like https://github.com/qiqiApink/MotionGPT/issues/7. After reading the discussions in the issue, I followed the instructions in https://github.com/qiqiApink/MotionGPT/issues/7#issuecomment-1697603576. However, the motion is strange....
fix a mistake in README @qiqiApink
Some requests for discussion. --- + **Support a third party to check my log.** I often start my experiments before sleeping. Therefore, I often cannot wait to check the result...
How to calculate your beats align score? I did not find the metric calculation code. Thx.
How to verify whether the training of VAE is good? Have you provided any code for the visualization of VAE training?