Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VAE testing result #22

Open
borishanzju opened this issue Mar 31, 2023 · 5 comments
Open

VAE testing result #22

borishanzju opened this issue Mar 31, 2023 · 5 comments

Comments

@borishanzju
Copy link

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

@ChenFengYe
Copy link
Owner

Hi! You should check the folder below. This folder could be under your main folder of MLD.

FOLDER: './results' # Testing files saving path

@borishanzju
Copy link
Author

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

@ChenFengYe
Copy link
Owner

Get it. You should refer to

if task == "reconstrucion":

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.

@borishanzju
Copy link
Author

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?

@borishanzju
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants