rafalosa commited on
Commit
f99d0ce
·
verified ·
1 Parent(s): a74f76e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -15
README.md CHANGED
@@ -14,16 +14,6 @@ tags:
14
  - image
15
  - depth-estimation
16
  - DEM
17
- dataset_info:
18
- config_name: default
19
- dataset_size: 116710502400
20
- splits:
21
- - name: train
22
- num_bytes: 93757337600
23
- num_examples: 65090
24
- - name: validation
25
- num_bytes: 22953164800
26
- num_examples: 15808
27
  ---
28
 
29
  # MCTED - Mars CTX Terrain-Elevation Dataset
@@ -31,17 +21,33 @@ dataset_info:
31
  ## Overview
32
  **MCTED** is a machine-learning-ready dataset of optical images of the surface of Mars, paired with their corresponding digital elevation models.
33
  It was created using an extensive repository of orthoimage-DEM pairs with the NASA Ames Stereo Pipeline using the Mars Reconneissance Orbiter's CTX instrument imagery by
34
- [Day et al. 2023](https://github.com/GALE-Lab/Mars_DEMs).
 
35
 
36
  This dataset is fully open-source, with all data and code used for it's generation available publicly.
37
 
38
- [**Dataset repository**]() | [**arXiv**]()
39
 
40
  ## Dataset contents
41
- The dataset contains in total **80898** samples, divided into two splits:
42
  |Training|Validation|
43
  |---|---|
44
- |65090|15808|
45
 
46
  Each sample consists of 4 different files:
47
- |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  - image
15
  - depth-estimation
16
  - DEM
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
  # MCTED - Mars CTX Terrain-Elevation Dataset
 
21
  ## Overview
22
  **MCTED** is a machine-learning-ready dataset of optical images of the surface of Mars, paired with their corresponding digital elevation models.
23
  It was created using an extensive repository of orthoimage-DEM pairs with the NASA Ames Stereo Pipeline using the Mars Reconneissance Orbiter's CTX instrument imagery by
24
+ [Day et al. 2023](https://github.com/GALE-Lab/Mars_DEMs). We process the samples from the repository using a developed pipeline aimed at eliminating elevation artifacts,
25
+ imputing missing data points and sample selection. The dataset is provided in the form of 518x518 patches.
26
 
27
  This dataset is fully open-source, with all data and code used for it's generation available publicly.
28
 
29
+ [**Dataset repository**]() | [**arXiv article**]()
30
 
31
  ## Dataset contents
32
+ The dataset contains in total **80,898** samples, divided into two splits:
33
  |Training|Validation|
34
  |---|---|
35
+ |65,090|15,808|
36
 
37
  Each sample consists of 4 different files:
38
+ |Type|Description|
39
+ |---|---|
40
+ |optical.png|The monochromatic optical image patch. Despite being monochromatic, the image still has 3 channels, with all channels being the same|
41
+ |elevation.tiff|The elevation data patch in meters w.r.t. the Martian datum|
42
+ |deviation_mask.png|Binary mask with locations that were identified as elevation artifacts during dataset generation and were replaced with interpolated values|
43
+ |initial_nan_mask.png|Binary mask with locations that contained missing values in the Day et al. data samples and were imputed during processing|
44
+
45
+ ## Data source
46
+
47
+ The dataset has been generated using a orthoimage-DEM pair repository generated from MROs CTX imagery using the [NASA Ames Stereo Pipeline](https://github.com/NeoGeographyToolkit/StereoPipeline)
48
+ by [Day et al. 2023](https://faculty.epss.ucla.edu/~mday/index.php/mars-dems/). We pass the samples throgugh an extensive processing and selection pipeline, using approximately **47%** of the available data.
49
+
50
+ ![Sankey diagram of processed samples](./images/sankey_processing.png)
51
+
52
+
53
+ ## Citation