当前位置:网站首页>EuROC 数据集格式及相关代码
EuROC 数据集格式及相关代码
2022-08-04 18:23:00 【昼行plus】
Euroc提供ROS和zip两种数据格式
下载地址
rosbag格式
话题列表
zip格式
数据包列表
├── body.yaml // 没啥用
├── cam0 // 左目图像数据
│ ├── data // *.png文件(文件命名即为时间戳)
│ ├── data.csv // 两列,第一列为时间戳,第二列为对应图片名
│ └── sensor.yaml // 相机内外参数文件
├── cam1 // 右目图像数据
│ ├── data
│ ├── data.csv
│ └── sensor.yaml
├── imu0
│ ├── data.csv // 7列,[时间戳,gyr_x,gyr_y,gyr_z, acc_x,acc_y,acc_z]
│ └── sensor.
边栏推荐
- darknet source code reading notes-02-list.h and lish.c
- Regardless of whether you are a public, professional or non-major class, I have been sorting out the learning route for a long time here, and the learning route I have summarized is not yet rolled up
- 动态数组底层是如何实现的
- 谁能解答?从mysql的binlog读取数据到kafka,但是数据类型有Insert,updata,
- Google Earth Engine APP——一键在线查看全球1984-至今年的影像同时加载一个影像分析
- mood swings
- Web端即时通讯技术:WebSocket、socket.io、SSE
- 基于激励的需求响应计划下弹性微电网的短期可靠性和经济性评估(Matlab代码实现)
- 数仓建模面试
- How does EasyCVR call the double-speed playback of device recording through the interface?
猜你喜欢
How to make JS code unbreakable
部署LVS-DR群集
使用scikit-learn计算文本TF-IDF值
防火墙基础之防火墙做出口设备安全防护
[Web Automation Test] Quick Start with Playwright, 5 minutes to get started
智能视频监控平台EasyCVR如何使用接口批量导出iframe地址?
buuctf(探险1)
Alibaba Cloud International Edition uses ROS to build WordPress tutorial
2019年海淀区青少年程序设计挑战活动小学组复赛试题详细答案
合宙Cat1 4G模块Air724UG配置RNDIS网卡或PPP拨号,通过RNDIS网卡使开发板上网(以RV1126/1109开发板为例)
随机推荐
DOM Clobbering的原理及应用
[Web Automation Test] Quick Start with Playwright, 5 minutes to get started
How does EasyCVR call the double-speed playback of device recording through the interface?
不论你是大众,科班和非科班,我这边整理很久,总结出的学习路线,还不快卷起来
哈夫曼树(暑假每日一题 15)
Google Earth Engine APP - one-click online viewing of global images from 1984 to this year and loading an image analysis at the same time
LVS负载均衡群集之原理叙述
asp dotnet core 通过图片统计 csdn 用户访问
通配符SSL证书不支持多域名吗?
路由懒加载
C#爬虫之通过Selenium获取浏览器请求响应结果
About the two architectures of ETL (ETL architecture and ELT architecture)
EasyCVR如何通过接口调用设备录像的倍速回放?
关于使用腾讯云HiFlow场景连接器每天提醒签到打卡
Documentary on Security Reinforcement of Network Range Monitoring System (1)—SSL/TLS Encrypted Transmission of Log Data
Literature Review on Involution of College Students
【STM32】STM32单片机总目录
Flask framework implementations registered encryption, a Flask enterprise class learning 】 【
JS兼容问题总结
golang安装和基础配置