Multimodal-Wireless
收藏资源简介:
Multimodal-Wireless数据集是一个多模态无线数据集,包含用于扩展和重放的脚本和资源。数据集生成过程涉及CARLA模拟器定义场景并生成五种传感器数据和每帧的YAML文件,Blender基于YAML文件逐帧重建整个场景,以及Sionna加载每帧场景并计算多路径组件以生成相应的无线信道数据。
The Multimodal-Wireless dataset is a multimodal wireless dataset that includes scripts and resources for extension and replay. The dataset generation workflow involves three core stages: first, using the CARLA simulator to define scenarios and generate five types of sensor data as well as per-frame YAML files; second, employing Blender to reconstruct the entire scenario frame by frame based on the obtained YAML files; third, loading each frame's scenario via Sionna, calculating multipath components to generate corresponding wireless channel data.
Multimodal-Wireless 数据集概述
数据集简介
Multimodal-Wireless 是一个多模态无线数据集,提供扩展和重放工具包。
数据集获取
- 主要数据:从 Blender_Towns 或 中国大陆镜像 下载
- 场景数据:从 sunny 或 中国大陆镜像 文件夹下载特定场景
环境要求
软件依赖
- Python 3.10
- Blender 4.3.2
- CARLA 0.9.15
- Mitsuba 渲染器
Python 环境配置
- 创建 Conda 环境:
conda create -n mmw python==3.10 - 激活环境:
conda activate mmw - 安装依赖包:
pip install -r requirements.txt
数据集生成流程
三阶段生成过程
-
CARLA 阶段
- 通过配置文件定义场景
- 运行 carla_main.py 生成五个传感器数据和所有帧的 YAML 文件
-
Blender 阶段
- 基于每帧的 YAML 文件在 Blender 中逐帧重建整个场景
-
Sionna 阶段
- 加载每帧场景
- 计算多路径组件并生成相应信道
使用教程
- YouTube:https://youtu.be/M0qTrLj61aM
- Bilibili:https://www.bilibili.com/video/BV1r11nBGEaV/?spm_id_from=333.1387.homepage.video_card.click&vd_source=96080c7f8528346ec45df46d67c8d3e1




