Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 645 Bytes

File metadata and controls

22 lines (15 loc) · 645 Bytes

Data Directory

This folder stores datasets. All data subdirectories are excluded from Git by .gitignore.

Dataset: RadioMapSeer

Expected Layout

After downloading and preprocessing, organize the data as follows:

data/
├── samples/            # radio map images (ground truth)
├── buildings_complete/ # building footprint masks
├── antennas/           # antenna position maps
└── val_images/         # validation split images

Do not commit raw datasets or generated outputs to Git.