XPengZhao / NeRF2

NeRF2: Neural Radio-Frequency Radiance Fields
https://xpengzhao.github.io/NeRF2/
MIT License
110 stars 13 forks source link

Questions about preparing my dataset for "Spectrum Synthesis" #11

Open Liu-Zhilin opened 1 month ago

Liu-Zhilin commented 1 month ago

Thanks for sharing the code and datasets! Your work is truly remarkable! I am currently preparing my dataset for "Spectrum Synthesis" and have a few questions.

1.What is the size of the room for "Spectrum Synthesis"? Also, what is the relationship between the real TX position and the data in "tx_pos.txt"? Since the range of x and y in "tx_pos.txt" is limited to [-1, 1]. 2.How to set the orientation (quaternion) of the gateway in "gateway_position.yml"?

Your assistance in answering these questions would be greatly appreciated. Thank you!