-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question on live demo #2
Comments
I have successfully run the live demo with my own data collector. The only thing I can suggest is that the |
Hi, I noticed that you said you implemented a real-time demo. Can you tell me what type of IMU you are using and the sampling rate of the IMU? How is the inference performance, assuming that only three IMUs are used? @Yefancy |
I collected the imu data from my iPhone and iWatch. sampling rate is |
Hello, I have another question. When you use two devices, is the estimation of trans accurate? In my own experiments, the estimation of trans is not very ideal. |
not very ideal but reasonable |
Hello! We are using IMUs in iPhone and Apple Watch. You can access them in the Core Motion API. We have a basic implementation of an iPhone and Watch app that you can install onto your devices here: https://github.com/SPICExLAB/SensorTracker |
I am quite new to this. I would like to try it out and run the live demo. Can you provide more guidance on how do I set it up for my phone and watch to provide imu readings and have it run in Unity?
The text was updated successfully, but these errors were encountered: