MYNT EYE D SDK  1.7.2
http://www.myntai.com/mynteye/depth
分析IMU数据

SDK 提供了 IMU 数据分析工具 imu_analytics.py. 工具的详细信息见 tools/README.md

Linux 系统运行命令:

1 $ python tools/analytics/imu_analytics.py -i dataset -c tools/config/mynteye/mynteye_config.yaml -al=-1.2,1.2 -gl= -gdu=d -gsu=d -kl=

Linux 系统上的结果参考:

1 $ python tools/analytics/imu_analytics.py -i dataset -c tools/config/mynteye/mynteye_config.yaml -al=-1.2,1.2 -gl= -gdu=d -gsu=d -kl=
2 imu analytics ...
3  input: dataset
4  outdir: dataset
5  gyro_limits: None
6  accel_limits: [(-1.2, 1.2), (-1.2, 1.2), (-1.2, 1.2), (-1.2, 1.2)]
7  time_unit: None
8  time_limits: None
9  auto: False
10  gyro_show_unit: d
11  gyro_data_unit: d
12  temp_limits: None
13 open dataset ...
14  imu: 20040, temp: 20040
15  timebeg: 4.384450, timeend: 44.615550, duration: 40.231100
16 save figure to:
17  dataset/imu_analytics.png
18 imu analytics done

分析结果图保存在 dataset 目录中. 如下:

imu_analytics.png
imu analytics

另外,可以使用 -h 参数查看工具详细参数选项.

1 $ python tools/analytics/imu_analytics.py -h

Copyright 2018. MYNTEYE