-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
is there any script to export pose from the matedata? #63
Comments
There is no example script that would show how to read the poses from the Regarding EXR: see #53 (comment). You might have more luck trying to read the EXR files via OpenEXR (OpenCV struggles with it). |
that's a great help, thank you. |
Same issue as above, the poses obtained with a sequence recorded using the front camera of an iPhone13 mini are all [0 0 0 1 0 0 0] |
Sorry for the late reply, I haven't noticed that you wrote a new comment until today. Only LiDAR videos have valid camera pose data. The selfie FaceID camera videos do not come with pose estimates, so seeing |
That's ok, I have sent you a serious app account problem by email for days, maybe you should check email acount(support@record3d.app ). By the way, I will try to up sample depth map for fusion, is this a good idea? |
I apologize for this, but after double-checking that email account, there are no unanswered emails. I have also checked the Spam folder, but I did not see your email. It seems like either your email did not reach my inbox or my reply did not reach yours. Can you please re-send your email (and send it as a new email)? Most of the time, I reply to emails within 24 hours. Please resend your email and if I would not reply within 24 hours, send me a DM on Twitter @record3d. In case I would still not reply, please let me know here, in this Github issue and I will try to find another way how to connect with you. Thanks!
I am not sure, I do not feel qualified enough to answer this question. |
@wutingfan I have just replied to your email. |
@marek-simonik
Is it possible to calculate the |
Hello @takeyamayuki,
It would be possible to estimate device pose using IMU dead reckoning, but due to noise in IMU measurements, the estimated device pose would be unusable as it would drift. |
I see, but when acquiring a depth image, I really want to get the smartphone's orientation. This is a problem not only for my application, but also for SLAM. If there is anything I can do to help, I would love to. |
@takeyamayuki I apologize for the delay in my reply.
I will definitely add a better estimate of |
I would like to have a function to output the posture in the Record3D application using this. |
Currently, I've been able to acquire the smartphone's posture in the background using these two methods. https://github.com/dachscafe/MotionSensorBackground |
@takeyamayuki I apologize for the delay in my answer. Do I understand correctly that you would be interested in having stored the rough device's orientation estimate (provided by |
@marek-simonik Yes |
is there any script to export pose from the matedata? And, is the pose Tcw or Twc?
what is the data format in *.exr file? I read it by opencv-python, it is 3 channels, I'm not sure how to use it, or trans it to png/jpg.
Thank you very much.
The text was updated successfully, but these errors were encountered: