--- license: bsd-3-clause pretty_name: GRaF-sim viewer: false tags: - wireless - radio-frequency - spectrum - neural-radiance-fields - sionna - arxiv:2502.05708 task_categories: - other size_categories: - 10K/ β”œβ”€β”€ gateway_info.yml # room size + receiver (gateway) pose β”œβ”€β”€ tx_pos.csv # 5 340 transmitter positions (x, y, z) └── spectrum/ β”œβ”€β”€ 00001.png # 360 Γ— 90 grayscale spectrum (azimuth Γ— elevation) β”œβ”€β”€ 00002.png └── ... # one image per TX position ``` **Totals:** 18 scenes Γ— 5 340 samples β‰ˆ 96 K spectrum images, ~785 MB. ## Download ```python from huggingface_hub import snapshot_download snapshot_download("kyang73/GRaF-sim", repo_type="dataset", local_dir="data") ``` Or via CLI: ```bash hf download kyang73/GRaF-sim --repo-type dataset --local-dir data ``` ## Citation If you use this dataset, please cite: ```bibtex @inproceedings{Yang2026_GRaF, author = {Kang Yang and Yuning Chen and Wan Du}, title = {Generalizable Radio-Frequency Radiance Fields for Spatial Spectrum Synthesis}, booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, year = {2026}, } ``` ## License Released under the BSD 3-Clause License. Copyright (c) 2025, Kang Yang, Yuning Chen, and Wan Du. See the [GRaF repository](https://github.com/kangyang73/GRaF) for full terms.