fyyakaxyy / AnimationGPT

AnimationGPT:An AIGC tool for generating game combat motion assets
http://www.animationgpt.net
MIT License
312 stars 29 forks source link

CMP data seems strange #3

Closed tucker666 closed 4 months ago

tucker666 commented 4 months ago

thanks a million for your great work. I download the CMP dataset, the feature seems strange, here is the 263 feature plot of CMP000001.npy

image

I also test the MDM model trained by CMP, but the result seems that a person is always steal just like the feature data. looking forward for your reply

fyyakaxyy commented 4 months ago

thanks a million for your great work. I download the CMP dataset, the feature seems strange, here is the 263 feature plot of CMP000001.npy

image

I also test the MDM model trained by CMP, but the result seems that a person is always steal just like the feature data. looking forward for your reply

Thank you for your interest in CMP! In fact, the MDM generation results we trained on the CMP dataset were not very good, which may be due to our dataset being too stylized. Also, I don't understand the feature maps. The dimensional features are in accordance with the format of the HumanML3D dataset. For example, the following code shows the dimensional information of one of the data in the HumanML3D dataset: image

Can you draw a feature map of this file: https://github.com/EricGuo5513/HumanML3D/blob/main/HumanML3D/new_joint_vecs/012314.npy

tucker666 commented 4 months ago

thanks a million for your great work. I download the CMP dataset, the feature seems strange, here is the 263 feature plot of CMP000001.npy image I also test the MDM model trained by CMP, but the result seems that a person is always steal just like the feature data. looking forward for your reply

Thank you for your interest in CMP! In fact, the MDM generation results we trained on the CMP dataset were not very good, which may be due to our dataset being too stylized. Also, I don't understand the feature maps. The dimensional features are in accordance with the format of the HumanML3D dataset. For example, the following code shows the dimensional information of one of the data in the HumanML3D dataset: image

Can you draw a feature map of this file: https://github.com/EricGuo5513/HumanML3D/blob/main/HumanML3D/new_joint_vecs/012314.npy

hi ,i just plot 263 features by the timeline, so there is 263 lines in the plot. the format is correct, but the movement seems very small. the left is the visualization of 012314.npy while the right is that of CMP000001.npy output_c

output_012314

maybe the animation of CMP000001.npy is still ? i think too many still movements in CMP may lead to the result of MDM training. here are some training results on CMP by MDM

https://github.com/fyyakaxyy/AnimationGPT/assets/53161743/36a13219-961a-48d4-9dec-b78688f8aafc

fyyakaxyy commented 4 months ago

thanks a million for your great work. I download the CMP dataset, the feature seems strange, here is the 263 feature plot of CMP000001.npy image I also test the MDM model trained by CMP, but the result seems that a person is always steal just like the feature data. looking forward for your reply

Thank you for your interest in CMP! In fact, the MDM generation results we trained on the CMP dataset were not very good, which may be due to our dataset being too stylized. Also, I don't understand the feature maps. The dimensional features are in accordance with the format of the HumanML3D dataset. For example, the following code shows the dimensional information of one of the data in the HumanML3D dataset: image Can you draw a feature map of this file: https://github.com/EricGuo5513/HumanML3D/blob/main/HumanML3D/new_joint_vecs/012314.npy

hi ,i just plot 263 features by the timeline, so there is 263 lines in the plot. the format is correct, but the movement seems very small. the left is the visualization of 012314.npy while the right is that of CMP000001.npy output_c output_c

output_012314 output_012314

maybe the animation of CMP000001.npy is still ? i think too many still movements in CMP may lead to the result of MDM training. here are some training results on CMP by MDM

combat.mp4

Thanks for your results, The text of CMP000001.npy is "a man Idle ,root motion get In-Place,Steady and Uniform Speed." I guess the model focuses on understanding the word "Idle". We will consider your suggestions in the subsequent optimization of the dataset.