Yu Sun
Yu Sun
Don't hesitate to let me know your problem. Best.
We have relase a new version with more funny things. Hope you enjoy it.
Training code has been released along with all evaluation.
@JANVI2411 BEV has been released for training, inference, and evaluation.
simple-romp中的romp有简单的tracking功能,可以获取视频中每个人物的运动序列。 加上 ```--temporal_optimize --smooth_coeff=3.``` 可以实现追踪+时域优化
1.simple-romp只是可以通过pip安装,更方便的作为库调用使用而已。simple-romp的代码更精简,可以实现的功能也不少,每次改完simple_romp内的代码,在simple_romp文件夹里重新安装一下`python setup.py install`就可以使用自己写的代码了。 2.romp-v1.1也具有这个功能,在这里设置 https://github.com/Arthur151/ROMP/blob/653a0c9de13c7e242bc304147ae6559d1c6ff283/configs/webcam.yml#L18
1. ROMP目前只推出了单帧版本,时域处理方面的实现比较简陋。目前主要精力就是着手优化这一点。 2. norfair我也没有细研究。 3. pj2d_org是原图中的2D关键点坐标,就是估计的3D关键点投影到原图的位置。
@sycamore27 如果要使用tracking功能,需要设置 temporal_optimize=True
您好,ROMPv1模型就是ROMP_HRNet32_V1.pkl通过[这里](https://github.com/Arthur151/ROMP/tree/master/simple_romp#convert-checkpoints) 转成了simple-romp的格式. 如果您想改用其他的模型,可以通过 https://github.com/Arthur151/ROMP/tree/master/simple_romp#convert-checkpoints 转换后,设置 https://github.com/Arthur151/ROMP/blob/bafc86897c387caae125e7119b31dc30ee317bf0/simple_romp/romp/main.py#L37
Here is the guidance https://github.com/Arthur151/ROMP/blob/master/docs/config_guide.md#mesh_cloth-str By setting the mesh color, you can change the color of naked mesh or change the cloth/appearance of the mesh. We provide a wordrobe for...