VAE testing result
borishanzju opened this issue · 5 comments
Hi! After I pretrain my vae, I load the pretrained model and run the following command:
python -m test --cfg configs/config_vae_humanml3d.yaml --cfg_assets configs/assets.yaml
But I can't find the .npy file
Hi! You should check the folder below. This folder could be under your main folder of MLD.
But I don't train the diffusion model. I just train the VAE, I want to check the reconstruct effect. Please what command should I run
Get it. You should refer to
motion-latent-diffusion/demo.py
Line 260 in 719c219
Try to run the following:
python demo.py --cfg ./configs/config_mld_humanml3d.yaml --cfg_assets ./configs/assets.yaml --task reconstrucion
If any error happened, please let me know.
The command is right. And after that I run the command "python -m fit --dir YOUR_NPY_FOLDER --save_folder TEMP_PLY_FOLDER --cuda", I can get many .ply files. Are those the reconstruction visualization result each frame?
From the .ply files, the motion are static. And I have 10,300 files for training, and I add the no-debug command during training.