Datasets:

ArXiv:
License:
jbourcier commited on
Commit
2d7fbf4
·
1 Parent(s): a8ac46b

Update README

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -1,5 +1,31 @@
1
  ---
2
  license: other
3
  license_name: functional-map-of-the-world-challenge-public-license
4
- license_link: https://github.com/fMoW/dataset/raw/refs/heads/master/LICENSE
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
  license_name: functional-map-of-the-world-challenge-public-license
4
+ license_link: https://github.com/fMoW/dataset/blob/035ab5e6265ba5f58549337ca5873ca7260c06a4/LICENSE
5
  ---
6
+
7
+ # fMoW-RGB-baseline
8
+
9
+ This dataset is a preprocessed version of the [Functional Map of the Word (fMoW)](https://github.com/fmow/dataset) dataset.
10
+
11
+ The fMoW-RGB dataset version was preprocessed strictly following the [official baseline code](https://github.com/fMoW/baseline/blob/26a59edde8f3a30af50df95c1ceb37f80f70d5ec/code/data_ml_functions/dataFunctions.py).
12
+ In short, original images are cropped according to their AOIs, and resized to 224×224 pixels JPEGs. Associated to the images, we provide metadata JSON files with some fields processed such that they match the cropped-resized images (such as ground sampling distance and the geographic boundaries).
13
+
14
+ ## Data format
15
+
16
+ Images are provided in JPEG format and stored in the `input/train_data/` directory, divided between train and validation. We do not supply the fMoW test data.
17
+
18
+ The JSON metadata file format follow the original data. For metadata fields whose value is different from the original, the original key-values are kept under the field named "orig".
19
+
20
+ ## Data splits
21
+
22
+ The dataset splits are identical to the original fMoW splits.
23
+ Text files for the different splits are available in the `splits` directory. Each row contain the path to an image and it's associated metadata file.
24
+
25
+ ## Attribution
26
+
27
+ The fMoW dataset was proposed in Christie, Gordon, et al. "Functional Map of the World." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2018. https://doi.org/10.1109/CVPR.2018.00646.
28
+
29
+ ## Licence
30
+
31
+ This dataset is adapted material from the fMoW dataset, and is licensed under the same terms, namely the [FUNCTIONAL MAP OF THE WORLD CHALLENGE PUBLIC LICENSE](https://github.com/fMoW/dataset/blob/035ab5e6265ba5f58549337ca5873ca7260c06a4/LICENSE).