lxj321 commited on
Commit
37955dd
·
verified ·
1 Parent(s): 6c0b34d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +87 -0
README.md CHANGED
@@ -63,6 +63,76 @@ This project is designed for studying:
63
  - **TX antenna scale:** up to 32x32 UPA
64
  - **Beam settings:** 1 / 8 / 16 / 64 beams
65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
66
  ## Intended Usage
67
 
68
  This dataset is intended for:
@@ -72,6 +142,23 @@ This dataset is intended for:
72
  - evaluating physics-informed features such as beam maps
73
  - reproducing the results of the associated benchmark project
74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  ## Download and Usage
76
 
77
  Download the released zip packages from the **Files and versions** tab.
 
63
  - **TX antenna scale:** up to 32x32 UPA
64
  - **Beam settings:** 1 / 8 / 16 / 64 beams
65
 
66
+ ## Visual Examples
67
+
68
+ Representative examples from the released dataset are shown below.
69
+
70
+ ### Overview
71
+
72
+ This figure shows an overall preview of the released data components, including the height map, ray-tracing radiomap, and configuration-only beam map.
73
+
74
+ <p align="center">
75
+ <img src="assets/dataset/homepage_teaser.png" width="88%">
76
+ </p>
77
+
78
+ ### Radiomap Examples
79
+
80
+ Representative ray-tracing radiomap examples from different scenes and configurations.
81
+
82
+ <p align="center">
83
+ <img src="assets/dataset/radiomaps_grid.png" width="88%">
84
+ </p>
85
+
86
+ ### Height Map Examples
87
+
88
+ Representative height map examples from the released urban scenes.
89
+
90
+ <p align="center">
91
+ <img src="assets/dataset/height_maps_grid.png" width="88%">
92
+ </p>
93
+
94
+ ### Beam Map Examples
95
+
96
+ Representative configuration-only beam map examples.
97
+
98
+ <p align="center">
99
+ <img src="assets/dataset/beam_maps_grid.png" width="88%">
100
+ </p>
101
+
102
+ ### Paired Examples
103
+
104
+ The following examples illustrate the correspondence among the released data components for selected scenes and transmitter configurations.
105
+
106
+ #### Example 1
107
+
108
+ <p align="center">
109
+ <img src="assets/dataset/paired_examples/u9__freq_6.7GHz_64TR_8beams_pattern_tr38901__beam07.png" width="95%">
110
+ </p>
111
+
112
+ #### Example 2
113
+
114
+ <p align="center">
115
+ <img src="assets/dataset/paired_examples/u100__freq_6.7GHz_1024TR_64beams_pattern_tr38901__beam41.png" width="95%">
116
+ </p>
117
+
118
+ #### Example 3
119
+
120
+ <p align="center">
121
+ <img src="assets/dataset/paired_examples/u460__freq_6.7GHz_256TR_16beams_pattern_tr38901__beam00.png" width="95%">
122
+ </p>
123
+
124
+ #### Example 4
125
+
126
+ <p align="center">
127
+ <img src="assets/dataset/paired_examples/u100__freq_1.8GHz_16TR_1beams_pattern_tr38901__beam00.png" width="95%">
128
+ </p>
129
+
130
+ #### Example 5
131
+
132
+ <p align="center">
133
+ <img src="assets/dataset/paired_examples/u461__freq_6.7GHz_1024TR_64beams_pattern_tr38901__beam16.png" width="95%">
134
+ </p>
135
+
136
  ## Intended Usage
137
 
138
  This dataset is intended for:
 
142
  - evaluating physics-informed features such as beam maps
143
  - reproducing the results of the associated benchmark project
144
 
145
+ ## Download and Usage
146
+
147
+ Download the released zip packages from the **Files and versions** tab.
148
+
149
+ For code, preprocessing, training, evaluation, and benchmark usage, please refer to:
150
+ - **GitHub:** https://github.com/Lxj321/MulticonfigRadiomapDataset
151
+ - **Project Website:** https://lxj321.github.io/MulticonfigRadiomapDataset/
152
+
153
+ ## Repository Structure
154
+
155
+ The released resources are organized around:
156
+ - dataset files
157
+ - pretrained model files
158
+ - project documentation
159
+ - benchmark code in the GitHub repository
160
+
161
+
162
  ## Download and Usage
163
 
164
  Download the released zip packages from the **Files and versions** tab.