shaohua-pan / RobustCap

Code for our SIGGRAPH ASIA 2023 paper "Fusing Monocular Images and Sparse IMU Signals for Real-time Human Motion Capture".
https://shaohua-pan.github.io/robustcap-page/
MIT License
127 stars 10 forks source link

请问imus_addr这个参数 #6

Closed zhaohuazhenshuai closed 4 months ago

zhaohuazhenshuai commented 1 year ago

请问这个参数代表什么意思呢?指的imu设备地址吗?还是?还有Imu数据格式能否开源?

shaohua-pan commented 12 months ago

对,IMU蓝牙的地址

zhaohuazhenshuai commented 12 months ago

您好,我还有一个疑问,就是live_demo这个里面需要连接Unity3d吗,在哪个部分是连接unity3d呢?谢谢您的回复

shaohua-pan commented 12 months ago

有的,live_server.py会把Motion通过socket发给Unity,Unity渲染就可以了

zhaohuazhenshuai commented 11 months ago

可否在了解一下,为什么unity3d那部分我连不上呢,我该如何处理呢,连接的地址和端口一致显示无响应,这是什么问题呢 感谢您可以回答我

shaohua-pan commented 7 months ago

这个可能还是得你自己排查一下

shaohua-pan commented 4 months ago

已经上传了Live Demo的代码,可以试一下。