wangyang357

Results 1 issues of wangyang357

作者您好,我想导出SMPL模型的22个点坐标,目前在用Blender导入.obj文件运行python脚本去获取,程序如下: import bpy import numpy as np mesh = bpy.context.object.data weights = np.ones(len(mesh.vertices)) matrices = np.array([bpy.context.object.matrix_world.inverted()] * len(mesh.vertices)) joint_indices = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9,...