KITTI数据中pose含义

Folder 'poses':

The folder 'poses' contains the ground truth poses (trajectory) for the first 11 sequences. This information can be used for training/tuning your method. Each file xx.txt contains a N x 12 table, where N is the number of frames of this sequence. Row i represents the i'th pose of the left camera coordinate system (i.e., z pointing forwards) via a 3x4 transformation matrix. The matrices are stored in row aligned order (the first entries correspond to the first row), and take a point in the i'th coordinate system and project it into the first (=0th) coordinate system. Hence, the translational part (3x1 vector of column 4) corresponds to the pose of the left camera coordinate system in the i'th frame with respect to the first (=0th) frame. Your submission results must be provided using the same data format.



每个文件xx.txt都包含一个N x 12的内容,其中N是该序列的帧数。第i行通过3x4变换矩阵表示在左相机坐标系中的第i个姿势(即z指向前方)。矩阵按行对齐顺序存储(第一个条目对应于第一行),并在第i个坐标系中取一点并将其投影到第一个(=第0个)坐标系中。因此,平移部分(列4的3x1矢量)对应于左相机坐标系在第i帧中相对于第一(=第0)帧的姿态。

相关推荐
XIAOHEZIcode3 天前
Ubuntu 终端美化全栈指南:Bash 到 Kitty 踩坑实录
linux·ubuntu·命令行
张飞飞飞飞飞16 天前
Tmux命令使用教程
linux·服务器·ubuntu
探物 AI16 天前
【3D·感知】从PointNet到PointPillars:如何让自动驾驶汽车“实时“看见3D世界?
3d·自动驾驶·汽车
苏州邦恩精密16 天前
GOM三维扫描在制造中的真实价值:让“修模”从经验动作变成数据动作
人工智能·科技·机器学习·3d·自动化·制造
盼小辉丶17 天前
Ubuntu极速部署OpenClaw完全指南(本地模型+DeepSeek)
linux·ubuntu·openclaw
黑白园17 天前
【环境搭建】Ubuntu安装(一)
linux·ubuntu
YHHLAI17 天前
CSS 3D 硬核解析:四个属性手写旋转立方体
前端·css·3d
Moshow郑锴17 天前
Ubuntu用SDKMAN轻松管理多个Java 版本
java·ubuntu·sdkman
error:(17 天前
Ubuntu 22.04 GNOME远程桌面配置问题排查与解决全流程
linux·运维·ubuntu
Java知识技术分享17 天前
在windows上使用wsl安装Ubuntu~linux系统
linux·人工智能·windows·ubuntu