EasyMocap icon indicating copy to clipboard operation
EasyMocap copied to clipboard

Make human motion capture easier.

Results 169 EasyMocap issues
Sort by recently updated
recently updated
newest added

Hi, I am working on a project where I need to get the same results as the `smpl_mesh` output in blender. With these commands, ``` python .\scripts\preprocess\extract_video.py .\0_input\test_02 --mode openpose...

hi, thanks for your great work! I tried to run your work on my mono-video by using: `emc --data config/datasets/svimage.yml --exp config/1v1p/hrnet_pare_finetune.yml --root data/youtube0/clip0 --ranges 0 500 1 --subs youtube0...

Hi thank you for this incredible tool! I would like to extract my choosen character from a single video. The result ot the keypoints_extraction is that I have several ids...

大佬您好,我想买四个相机同步取流,请问有推荐的相机型号吗。另外,我看您readme中mv1p.py,有个如图的demo,大佬可以提供一下这个demo的数据吗 ![image](https://github.com/zju3dv/EasyMocap/assets/44052395/4a20e828-0bd8-4da8-beaa-18534f76dd0a)

When running the following command: data=data/mirror-youtube openpose=/my/openpose/path python3 apps/demo/mocap.py ${data} --work mirror --fps 30 --vis_scale 0.5 I encountered the following error when doing fit ... The shape is not the...

你好,感谢你的工作,我在公开的报告文档上develop部分看neuralbody只有一半的的内容,接下来我应该怎么去训练和render以得到人体的重建的mesh结果呢,期待你的回答,谢谢。

使用scripts\postprocess\convert2bvh.py中rodrigues2bshapes函数reshape参数错误: 运行命令: blender.exe -b -t 12 -P scripts/postprocess/convert2bvh.py -- ./output/sv1p/smpl --o ./output/bvh/ 报错: File "E:\code\EasyMocap\scripts/postprocess/convert2bvh.py", line 116, in apply_trans_pose_shape mrots, bsh = rodrigues2bshapes(pose) File "E:\code\EasyMocap\scripts/postprocess/convert2bvh.py", line 107, in rodrigues2bshapes rod_rots...

Thanks for yours work. Sorry I have a question, could I from Azure Kinect SDK calibration format translate to Easymocap caliration intri and extri format?

I can get seemly correct json file when I run "python3 apps/calibration/detect_chessboard.py ${data} --out ${data}/output/calibration --pattern 9,6 --grid 0.1", but when it goes to visualize, I got:

![image](https://github.com/zju3dv/EasyMocap/assets/75210061/657e4a8a-3a85-4fed-81c9-7b3e4bddf6c0) File "apps/demo/mvmp.py", line 74, in mvposev1(dataset, args, cfg) File "apps/demo/mvmp.py", line 41, in mvposev1 dataset.write_keoints2d(annots, nf) AttributeError: 'MVMPMF' object has no attribute 'write_keoints2d'