mingyuan-zhang / FineMoGen

[NeurIPS 2023] FineMoGen: Fine-Grained Spatio-Temporal Motion Generation and Editing
Other
102 stars 7 forks source link

Strange result of visualization for temporal composition #7

Open FufenNan opened 1 month ago

FufenNan commented 1 month ago

I try to run the command: PYTHONPATH=".":$PYTHONPATH python tools/visualize.py \ configs/finemogen/finemogen_t2m.py \ logs/finemogen/finemogen_t2m/latest.pth \ --text "a person walks 4 steps forward" "a person stops and looks around" "a perons sits down" "a person cries" "a person jumps backward" \ --motion_length 60 60 60 60 60 \ --out "test.gif" But the output gif is chaotic.

FufenNan commented 1 month ago

Error reported: /home//anaconda3/envs/mogen/lib/python3.9/site-packages/mmcv/init.py:20: UserWarning: On January 1, 2023, MMCV will release v2.0.0, in which it will remove components related to the training process and add a data transformation module. In addition, it will rename the package names mmcv to mmcv-lite and mmcv-full to mmcv. See https://github.com/open-mmlab/mmcv/blob/master/docs/en/compatibility.md for more details. warnings.warn( load checkpoint from local path: logs/finemogen/finemogen_t2m/latest.pth The model and loaded state dict do not match exactly

missing keys in source state_dict: model.clip.positional_embedding......................