dongjoaquin commited on
Commit
285e8bc
·
verified ·
1 Parent(s): 285e570

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # RadioUNet
2
+ RadioUNet is a highly efficient and very accurate method for estimating the propagation pathloss from a point x to all points y on the 2D plane, in realistic propagation environments characterized by the presence of buildings. RadioUNet generates pathloss estimations that are very close to estimations given by physical simulation, but much faster.
3
+
4
+ For more information see the paper [RadioUNet: Fast Radio Map Estimation with Convolutional Neural Networks](https://arxiv.org/pdf/1911.09002.pdf).
5
+
6
+
7
+
8
+ ## Usage Examples
9
+
10
+ Download and extract the [RadioMapSeer dataset](https://drive.google.com/file/d/1PTaPpLOKraVCRZU_Tzev4D5ZO32tpqMO/view?usp=sharing) to the folder of the Jupyter Notebooks.
11
+
12
+ For training without samples see [RadioWNet_c_DPM_Thr2.ipynb](/RadioWNet_c_DPM_Thr2.ipynb).
13
+
14
+ For training with measurements and perturbed city map see [RadioWNet_s_randSim_miss4build_Thr2.ipynb](/RadioWNet_s_randSim_miss4build_Thr2.ipynb).
15
+
16
+ For training with simulated cars, measurements, and input car locations, see [RadioWNet_s_DPMcars_carInput_Thr2.ipynb](/RadioWNet_s_DPMcars_carInput_Thr2.ipynb).
17
+
18
+
19
+