Open hyunaseo opened 3 weeks ago
To extract only the .npz
file, you can comment out the line self.visualizer.load_in_blender(self.EXEC_ON_CLUSTER)
in the trainer's __init__
method here. Since the composition happens in the Visualizer
class, you can inherit from the original Visualizer
class in visualizer.py
and modify the functions that compose the .npz
files (animate_ldm_sample_v1
, animate_ldm_sample_v2
) without the Blender render subprocess calls.
This issue will disappear if you do step 1.
Let me know if this works.
Hi!! I resolved the blender issue "somewhat" haha 😂 Now, the blender executes, but there's a plugin issue -- after face baker, it is terminated. Do you know what is this?
MHX2 successfully (re)loaded Loading BVH Retargeter BVH Retargeter loaded 0 meshes freed [BLENDER] Already enabled: Stop-motion-OBJ [BLENDER] Already enabled: facebaker [BLENDER] Already enabled: import_runtime_mhx2 [BLENDER] Already enabled: retarget_bvh [BLENDER] Already enabled: auto_rig_pro-master [BLENDER] smplx_blender_addon is not enabled. Enabling... Writing userprefs: '/home/hyunaseo/.config/blender/3.4/config/userpref.blend' ok Info: Preferences saved [FACEBAKER] Disable plugin
Blender quit [BLENDER] setup complete! <===== INIT: AUDIO LIST LPDM EVALUATION, REP 1/1 =====> [LDM EVAL] Audio list inference done, total time elapsed: 0.0004 s AMUSE: (infer_gesture) completed in: 0.0036576798227098252 hrs
Thanks for the interesting work!
I'm currently trying to use the results of Amuse in the Unity engine. I'd like to obtain only the results from infer_gesture as an .npz file. Currently, running infer_gesture triggers the full pipeline, including launching Blender. Is there a way to obtain only the gesture generation results without having to execute Blender?
Also, when I run infer_gesture, Blender is launched automatically, but I keep encountering the following error. Do you have any idea what might be causing this?
Thank you!