给你一口甜

Results 7 issues of 给你一口甜

训练自己的数据的时候,修改了joint_nums 依然无法训练,很好奇这是为啥。 提示:“the number of joints should be 22” (我的数据是21个关键点) ![图片](https://user-images.githubusercontent.com/26652416/167358363-9d2a2dd7-aec8-4571-b0c1-ef8a219b0773.png) 在debug的时候,CocoKeypoints.py 中的 joints_list 一会18 一会22。

![图片](https://user-images.githubusercontent.com/26652416/172318525-3d426d14-22eb-402d-b7df-6a473efbdce5.png) coco

question

` import trimesh def convert_mesh(mesh, corr_setup): v = np.vstack((mesh.vertices, np.zeros_like(mesh.vertices))) return trimesh.Trimesh(vertices=corr_setup['mtx'].dot(v), faces=corr_setup['f_out']) BFM_mesh = trimesh.load(BFM_mesh_fname) trimesh.Trimesh(vertices=v_out, faces=model.f).export(FLAME_out_fname) `

![image](https://github.com/user-attachments/assets/cbff6f87-5b03-4fc9-b484-d04c90d0d45d) thank you