Skip to content
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

Open
GpaDoctor opened this issue Jan 1, 2025 · 6 comments
Open

Question on live demo #2

GpaDoctor opened this issue Jan 1, 2025 · 6 comments

Comments

@GpaDoctor
Copy link

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?

@Yefancy
Copy link

Yefancy commented Jan 13, 2025

I have successfully run the live demo with my own data collector. The only thing I can suggest is that the acc you get from your devices should not include gravitity and the quat you get should be ordered in wxyz. But the actual behaviour may not as good as the teaser. I suppose there is a bug related to the datasets process #3

@jql123456
Copy link

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

@Yefancy
Copy link

Yefancy commented Jan 15, 2025

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 30Hz. I cannot say the performance is bad, but its not that really ideal as my expectation. I only use two of them, I think the head one is not tahy really necessary. bc from the teaser, he only used two of them aswell.

@jql123456
Copy link

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 30Hz. I cannot say the performance is bad, but its not that really ideal as my expectation. I only use two of them, I think the head one is not tahy really necessary. bc from the teaser, he only used two of them aswell.

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.

@Yefancy
Copy link

Yefancy commented Jan 15, 2025

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 30Hz. I cannot say the performance is bad, but its not that really ideal as my expectation. I only use two of them, I think the head one is not tahy really necessary. bc from the teaser, he only used two of them aswell.

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

@VascoXu
Copy link
Contributor

VascoXu commented Jan 24, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants