-
Notifications
You must be signed in to change notification settings - Fork 34
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
MetaData meaning #2
Comments
Hello. Please find the format descriptions below, and refer to the demo
here (https://github.com/googleinterns/deep-stabilization#data-preparation)
for more details.
1. gyro log: (timestamp in us, angular velocity (x, y, z) in rad/s,
timestamp that is not used, frame id).
2. OIS log: (frame id, OIS (x, y) in pixel w.r.t. active array size,
timestamp in ns),
3. frame log: (frame timestamp in ns, exposure in ns, vcm lens position,
rolling shutter time in ns, frame timestamp in OIS's time domain in ns,
zoom ratio, frame id).
…On Mon, Jun 7, 2021 at 7:42 PM laoyuer ***@***.***> wrote:
Hi guys
can anybody can help to explain the meaning for all the metadata?
I guess:
1. for the xxx_gyro_xxx.txt file: the first column is timestamp for gyro,
unit is ns; 24 column is gyro data, unit is rad/s; 5-th column don't
know; 6-th column don't know
2. for the xxx_ois_xxx.txt file: the first column don't know, seems like
the 6-th column of xxx_gyro_xxx.txt; 23 column is the ois data, unit is
don't know; 4-th column is timestamp for ois data, unit is ns
3. for the xxx_frame_xxx.txt: the 1st col is timestamp(for what is don't
know), unit is ns; 2nd col is don't know; 3rd col is don't know; 4th col is
don't know; 5th col is timestamp(for what is don't know), unit is ns; 6th
col seems like zoom ratio; 7th col seems like seems like the 6-th column of
xxx_gyro_xxx.txt;
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2ICDNLI4G2UWN6GS2QYQDTRV7SRANCNFSM46I4SBGA>
.
|
Hi, fhshi
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys
can anybody can help to explain the meaning for all the metadata?
I guess:
1. for the xxx_gyro_xxx.txt file: the first column is timestamp for gyro, unit is ns; 2nd to 4th column is gyro data, unit is rad/s; 5th column don't know; 6th column don't know
2. for the xxx_ois_xxx.txt file: the first column don't know, seems like the 6th column of xxx_gyro_xxx.txt; 2nd to 3rd column is the ois data, unit is don't know; 4th column is timestamp for ois data, unit is ns
3. for the xxx_frame_xxx.txt: the 1st col is timestamp(for what is don't know), unit is ns; 2nd col is don't know; 3rd col is don't know; 4th col is don't know; 5th col is timestamp(for what is don't know), unit is ns; 6th col seems like zoom ratio; 7th col seems like seems like the 6-th column of xxx_gyro_xxx.txt;
The text was updated successfully, but these errors were encountered: