mingyuan-zhang / ReMoDiffuse

ReMoDiffuse: Retrieval-Augmented Motion Diffusion Model
https://mingyuan-zhang.github.io/projects/ReMoDiffuse.html
Other
315 stars 14 forks source link

bad FID of MDM trained with your implementation #6

Open Cr7st opened 1 year ago

Cr7st commented 1 year ago

Hi!

I used your implementation of MDM with the following command:

python3 tools/dist_train.sh configs/mdm/mdm_t2m_official.py logs/mdm 8 --no-validate

The result was pretty bad with an FID of 41.

However, I tested the checkpoint of mdm that you provided, the result was alright.

I'm wondering if the code of mdm was right or did I make a mistake.

Thank you!

mingyuan-zhang commented 1 year ago

Hi!

I used your implementation of MDM with the following command:

python3 tools/dist_train.sh configs/mdm/mdm_t2m_official.py logs/mdm 8 --no-validate

The result was pretty bad with an FID of 41.

However, I tested the checkpoint of mdm that you provided, the result was alright.

I'm wondering if the code of mdm was right or did I make a mistake.

Thank you!

Sorry for the inconvenience. Currently the code of MDM can only be used for visualization and testing. The training part will be finalized in a few days and I will reply this issue then.

Cr7st commented 1 year ago

That's great, I'm looking forward to it.