google-research / mint

Multi-modal Content Creation Model Training Infrastructure including the FACT model (AI Choreographer) implementation.
Apache License 2.0
497 stars 85 forks source link

No successful evaluation is run #15

Open derrick-xwp opened 2 years ago

derrick-xwp commented 2 years ago

I0930 20:10:24.557036 139652333998720 controller.py:277] eval | step: 214501 | running complete evaluation... eval | step: 214501 | running complete evaluation... I0930 20:10:27.645429 139652333998720 controller.py:290] eval | step: 214501 | eval time: 3.1 sec | output: {} eval | step: 214501 | eval time: 3.1 sec | output: {}

No evaluation is actually conducted...

sd707589 commented 2 years ago

Maybe you should check the paths in ./configs/fact_v5_deeper_t10_cm12.config, like fk_path and data_files.

wang-zm18 commented 2 years ago

I also met this problem, and my fk_path and data_files are correct. Did you solve this problem? image

wang-zm18 commented 2 years ago

Is this a complete evaluation process?

Concernin9 commented 2 years ago

I also met this problem, and my fk_path and data_files are correct. Did you solve this problem? image

@wang-zm18 Hello, the result of the code is the data in NPY format. I found that to form a smpl model, do I need to convert NPY format into PKL format first? I want to visualize the results. Is this the process? Looking forward to your reply, thank you very much!

Exuan148 commented 1 year ago

I also met this problem, and my fk_path and data_files are correct. Did you solve this problem? image

@wang-zm18 Hello, the result of the code is the data in NPY format. I found that to form a smpl model, do I need to convert NPY format into PKL format first? I want to visualize the results. Is this the process? Looking forward to your reply, thank you very much!

How to visualize the results of NPY files? Have you solved it?