Open kai-lan opened 3 days ago
Visualizing motion matching should be possible even without importing any manifold because replay_sequence.npz
simply records which frame from the dataset of Human B should be record in which frame. Is there any error message from Unity showing up when you use your customized data?
Thank you for your reply.
So now I am able to visualize the motion matching results. A few more question: when choosing a target_id
for offline motion matching, does it match a certain subsequence or one entire .bvh
file for the input dataset? Does replay_sequences.npz
contain motion matching data for one subsequence, or one .bvh
file, or for all sequences of the input dataset? Is it possible visualize motion matching results for all sequences?
Can I have more instructions on how to visualize motion matching results for two custom datasets?
So I trained with two custom datasets (human A and human B). In the processed data folders, I have
Sequences.txt
,Description.txt
andData.bin
. In the output folder of training script, I haveManifolds_0_*.npz
,Manifolds_1_*.npz
,VQ.npz
,yles100_*_*.onnix
. From runningoffline_motion_matching.py
, I havereplay_sequence.npz
.I can visualize the pretrained
human-dog
motion matching following the instructions. What should I change to visualize my custom data? I tried importingHumanA/Sequeces.txt
and its correspondingManifold_0_final.npz
intoeditor-human
in theAsserts/Projects/DeepPhase/Demos/Retargeting/mm_human2dog
scene, and the same for HumanB intoeditor-dog
. Although Human A is running, I don't see HumanB`.Any advice is appreciated!