占用栅格地图数据集

Kitchen

Origin: (0, 0, 0) Upper Bound: (354, 160, 50) Lower Bound: (-210, -250, 0) Cell Size: 0.050米

实际工作区域: 564.46m × 350m = 197,561平方米 单元格数量: (564.46/0.05) × (350/0.05) = 11,289 × 7,000 = 约7900万个单元格!

hosipital

js 复制代码
# cell size=0.5
Top Left: (29.75, -9.75)		 Top Right: (-54.75, -9.75)
 Bottom Left: (29.75, 39.75)		 Bottom Right: (-54.75, 39.75)
Coordinates of top left of image (pixel 0,0) as origin, + X down, + Y right:
(9.75, 29.75)
Image size in pixels: 170, 100

isaacwarehouse_5

lobby

js 复制代码
# cell size=5
Top Left: (2797.5, 1202.5)		 Top Right: (702.5, 1202.5)
 Bottom Left: (2797.5, 2797.5)		 Bottom Right: (702.5, 2797.5)
Coordinates of top left of image (pixel 0,0) as origin, + X down, + Y right:
(-1202.5, 2797.5)
Image size in pixels: 420, 320

office

js 复制代码
#cell size=0.05
Top Left: (-29.975, -39.975)		 Top Right: (-29.975, 64.975)
 Bottom Left: (9.975, -39.975)		 Bottom Right: (9.975, 64.975)
Coordinates of top left of image (pixel 0,0) as origin, + X down, + Y right:
(39.975, 9.975)
Image size in pixels: 2100, 800

restaurant

js 复制代码
# cell=5
Top Left: (3797.5, -397.5)		 Top Right: (-197.5, -397.5)
 Bottom Left: (3797.5, 2797.5)		 Bottom Right: (-197.5, 2797.5)
Coordinates of top left of image (pixel 0,0) as origin, + X down, + Y right:
(397.5, 3797.5)
Image size in pixels: 800, 640
相关推荐
倔强的石头_10 小时前
《Kingbase护城河》——数据库存储空间全景探测与精细化瘦身实战
数据库
冬奇Lab1 天前
每日一个开源项目(第134篇):Zvec - 阿里开源的嵌入式向量数据库,向量搜索界的 SQLite
数据库·人工智能·llm
ClouGence1 天前
Oracle CDC 架构优化:从主库直连到 DataGuard 备库同步
数据库·后端·oracle
无响应de神2 天前
三、用户与权限管理
数据库·mysql
麦聪聊数据2 天前
数据服务化时代:企业数据能力输出的核心路径
数据库
shushangyun_2 天前
2026年快消品B2B系统推荐:支持终端门店订货、促销政策自动化的工具?
java·运维·网络·数据库·人工智能·spring·自动化
DARLING Zero two♡2 天前
【MySQL数据库】数据类型与表约束
数据库·mysql
曹牧2 天前
Oracle EXPLAIN PLAN
数据库·oracle
BD_Marathon2 天前
SQL学习指南——视图
数据库·sql
活宝小娜2 天前
mysql详细安装教程
数据库·mysql·adb