nuscenes数据读取和解析

更新时间:2023-06-04 13:51:12 阅读: 评论:0

nuscenes数据读取和解析
1.nuScenes数据集标注格式的说明:
2.根据json⽂件进⾏读取数据路径
3.根据数据路径读取点云数据
离别祝福的诗句
4.官⽅api说明
坐标系说明:世界坐标系的轴的⽅向与IMU坐标系的轴的⽅向相同,所以如果需要将点云数据转换到世界坐标系,⾸先需要将点云数据转到IMU,然后再从IMU转到世界坐标系.
郭妃丽三点在 ('sample_data', sample_json['data'][ nsor]时,会返回对应的nsor_sample_data_json数据
结果如:
sample_data {
糖尿病能吃什么
"token":                  <str> -- Unique record identifier.
槐花煎饼"sample_token":            <str> -- Foreign key. Sample to which this sample_data is associated.
"ego_po_token":          <str> -- Foreign key.
"calibrated_nsor_token": <str> -- Foreign key.
酸辣粉的做法及配方"filename":                <str> -- Relative path to data-blob on disk.
"fileformat":              <str> -- Data file format.
"width":                  <int> -- If the sample data is an image, this is the image width in pixels.
"height":                  <int> -- If the sample data is an image, this is the image height in pixels.
"timestamp":              <int> -- Unix time stamp.
"is_key_frame":            <bool> -- True if sample_data is part of key_frame, el Fal.
"next":                    <str> -- Foreign key. Sample data from the same nsor that follows this in time. Empty if end of scene.
生态调查
"prev":                    <str> -- Foreign key. Sample data from the same nsor that precedes this in time. Empty if start of scene.
}作文评分
然后根据('calibrated_nsor', nsor_sample_data_json['calibrated_nsor_token'])获取对应的calibrated_nsor_json ⽂件,结果如
calibrated_nsor {
"token":                  <str> -- Unique record identifier.
"nsor_token":            <str> -- Foreign key pointing to the nsor type.
"translation":            <float> [3] -- Coordinate system origin in meters: x, y, z.
"rotation":                <float> [4] -- Coordinate system orientation as quaternion: w, x, y, z.绿萝叶子发黄是什么原因
"camera_intrinsic":        <float> [3, 3] -- Intrinsic camera calibration. Empty for nsors that are not cameras.
}
则此时的translation和rotation就是对应的平移,旋转关系,利⽤⾃带的源码geometry_utils中的transform_matrix,可以得到旋转平移矩阵,采⽤类⾥⾯的transform()⽅法实现对点云从雷达坐标系到IMU坐标系的转换,然后再利⽤ego_po实现从IMU坐标系到世界坐标系的转换.

本文发布于:2023-06-04 13:51:12,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/860729.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:坐标系   数据   旋转   平移
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图