Hello, I want to train using cat animation data, but I only have an fbx file. I obtained an npz file from the provided convert method, and then I tried to export a glb using Blender for training.
I referenced the training script 'Demos\AI\SequencePrediction\Program.py' and modified Definitions.py, but during training, I encountered the issue of 'failed to compute zero pose: Singular matrix'. Additionally, even after re-converting the dog.glb file from the demo in Blender, the same error occurred.
Is there any other way to obtain the glb file allowed by the project? Thank you
Hello, I want to train using cat animation data, but I only have an fbx file. I obtained an npz file from the provided convert method, and then I tried to export a glb using Blender for training.
I referenced the training script 'Demos\AI\SequencePrediction\Program.py' and modified Definitions.py, but during training, I encountered the issue of 'failed to compute zero pose: Singular matrix'. Additionally, even after re-converting the dog.glb file from the demo in Blender, the same error occurred.
Is there any other way to obtain the glb file allowed by the project? Thank you