Kismet
Kismet
### Issue Summary When I was compiling``` sudo make -j`nproc` ```, I encountered an error, which has been troubled for several days. Can you help me? THX ### Executed Command...
你好,我现有有coco骨架(18个关键点)的npy数据。但是看到在bvh_skeleton里面,cmu_skeleton和human3.6_skeleton两种骨架是有代码写好直接可以转成bvh文件的,但是coco却没有。请问我应该怎么样仿写呢?
作者你好,小白想问一下T-pose的初始化坐标是依据是什么得来的呢?
作者您好,在demo的最后的Convert 3D pose to BVH中。您用了同一个npy来生成了human3.6M和cmu_skeleton两种骨骼样式的.bvh文件。然后human3.6M和cmu_skeleton样式并不一样,在keypoint2index中的keypoint顺序也不一样,请问您是从[这里](https://github.com/KevinLTT/video2bvh/blob/312d18f53bf31c37adcaf07c97098b67dbf9804a/bvh_skeleton/cmu_skeleton.py#L199)根据命名来解决这个问题的吗?
I want to write a coco_skeleton module, but I don’t have the relevant basic knowledge
I want to use the coco_skeleton. But it seems that its class is incomplete compared to the other two.
I don't know what does it mean > `Preprocess the coco dataset as custom dataset. And coco dataset is train dataset, voc/sbd is val dataset. You can check the path...
父子节点
老师您好,我看编写.bvh文件时可以自定义骨架节点。比如CMU_skeleton和Coco_skeleton的节点就不一样。我如果想弄一个自定义的骨架,请问骨架的父子关系应该怎么定义呢?比如root点一定要是hip节点吗