sebasmos commited on
Commit
04bcbf8
1 Parent(s): 15f9621

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -14,8 +14,7 @@ Project supported by ESA Network of Resources Initiative
14
 
15
  These datasets have been extracted using [satellite extractor](https://github.com/sebasmos/satellite.extractor) and the metadata using [Metadengue](https://github.com/sebasmos/MetaDengue)
16
 
17
- **Project Organisation**: Laboratory for Computational Physiology, MIT
18
- **Project Organisation Country**: United States of America (the)
19
 
20
  ## Summary
21
 
@@ -36,13 +35,13 @@ Here below find all the dataset's versions and descriptions.
36
  *Pre-processing*: The first step is to apply Contrast Limited Adaptive Histogram Equalization (CLAHE) to the image, with a clip limit of 6.0 and a tile grid size of 16 by 16. This technique enhances the contrast of the image while preventing over-amplification of noise. Secondly, we apply the RGBShift augmentation technique, which randomly shifts the values of pixels in the red, green, and blue channels of the image. This is done with a probability of 100% and is applied to 30 pixels per channel. Finally, we apply the RandomBrightnessContrast augmentation technique with a probability of 50%. This technique randomly adjusts the brightness and contrast of the image to create variations in the dataset.
37
 
38
  * **SAT5_dataset_10_best_cities_augmented_v2**: These images are improved to remove near black images method using a recursive [forward-backward artefact removal algorithm with inter-band data augmentation on satellite imagery](https://github.com/sebasmos/satellite.extractor/tree/main/src/PART_2_satellite-augmentation). Augmented data with aligned metadata. Improved version using Albumentation wrapper modules with extra augmented data. Data extracted using recursive artifact removal, cloud removal based on LeastCC, and Nearest Interpolation for spatial resolution. Implemented [Notebook](https://github.com/sebasmos/satellite.extractor/blob/main/notebooks/PART_2_satellite_imagery_augmentation.ipynb) and augmentations applied to RGB channels while leaving other satellite channels unchanged.
39
-
40
 
41
  ## Sponsors
42
 
43
  *Project supported by ESA Network of Resources Initiative.
44
 
45
- Oracle for Research Cloud Credits: “Towards a Smart Eco-epideiological Model of Dengue in Colombia using Satellite Images” project by the Oracle for Research Program.
46
 
47
  ## Licensing Information
48
  The dataset is released under the terms of MIT. By using this, you are also bound to the respective Terms of Use and License of the original source.
@@ -59,4 +58,4 @@ MIT Critical data Colombia: David Restrepo, Kuan-Ting Kuo, Dana Moukheiber, Ati
59
 
60
  Please cite our work if you find the resources in this repository useful:
61
 
62
- Sebastian Andres Cajas Ordoñez, David Restrepo, Kuan-Ting Kuo, Dana Moukheiber, Atika Rahman Paddo, Saptarshi Purkayastha, Leo Anthony Celi, Po-Chih Kuo, Juan Sebastián Osorio-Valencia, Braiam Escobar, and Diego M. López. (2022). Towards a Smart Eco-epidemiological Model of Dengue in Colombia using Satellite [Source code]. GitHub. https://github.com/sebasmos/satellite.extractor
 
14
 
15
  These datasets have been extracted using [satellite extractor](https://github.com/sebasmos/satellite.extractor) and the metadata using [Metadengue](https://github.com/sebasmos/MetaDengue)
16
 
17
+ **Project Organisation**: MIT Critical Data Colombia.
 
18
 
19
  ## Summary
20
 
 
35
  *Pre-processing*: The first step is to apply Contrast Limited Adaptive Histogram Equalization (CLAHE) to the image, with a clip limit of 6.0 and a tile grid size of 16 by 16. This technique enhances the contrast of the image while preventing over-amplification of noise. Secondly, we apply the RGBShift augmentation technique, which randomly shifts the values of pixels in the red, green, and blue channels of the image. This is done with a probability of 100% and is applied to 30 pixels per channel. Finally, we apply the RandomBrightnessContrast augmentation technique with a probability of 50%. This technique randomly adjusts the brightness and contrast of the image to create variations in the dataset.
36
 
37
  * **SAT5_dataset_10_best_cities_augmented_v2**: These images are improved to remove near black images method using a recursive [forward-backward artefact removal algorithm with inter-band data augmentation on satellite imagery](https://github.com/sebasmos/satellite.extractor/tree/main/src/PART_2_satellite-augmentation). Augmented data with aligned metadata. Improved version using Albumentation wrapper modules with extra augmented data. Data extracted using recursive artifact removal, cloud removal based on LeastCC, and Nearest Interpolation for spatial resolution. Implemented [Notebook](https://github.com/sebasmos/satellite.extractor/blob/main/notebooks/PART_2_satellite_imagery_augmentation.ipynb) and augmentations applied to RGB channels while leaving other satellite channels unchanged.
38
+ *Pre-processing*: The image augmentation techniques used in this process include various forms of Gaussian noise, implemented through IAAAdditiveGaussianNoise with a probability of 20% and mean zero, and standard deviation of 0.01 * 255 or 0.05 * 255. The GaussNoise technique was also employed with a mean of zero and default variance of (10.0, 50.0). General blurring was implemented through MotionBlur (p=.2), MedianBlur (blur_limit=3, p=0.1), Blur(blur_limit=3, p=0.1), and ShiftScaleRotate(shift_limit=0.0625, scale_limit=0.2, rotate_limit=45, p=0.2). Distortion techniques included OpticalDistortion(p=0.3), GridDistortion(p=.1), IAAPiecewiseAffine(p=0.3), and IAAAffine(scale=(0.8, 1.2), translate_percent=0.1, rotate=15, shear=10, p=0.2). Finally, brightness adjustments were made using CLAHE(clip_limit=2), IAASharpen(), IAAEmboss(), RandomBrightnessContrast(), and HueSaturationValue(p=0.3).
39
 
40
  ## Sponsors
41
 
42
  *Project supported by ESA Network of Resources Initiative.
43
 
44
+ Oracle for Research Cloud Credits: “Towards a Smart Eco-epidemiological Model of Dengue in Colombia using Satellite Images” project by the Oracle for Research Program.
45
 
46
  ## Licensing Information
47
  The dataset is released under the terms of MIT. By using this, you are also bound to the respective Terms of Use and License of the original source.
 
58
 
59
  Please cite our work if you find the resources in this repository useful:
60
 
61
+ Sebastian Andres Cajas Ordoñez, David Restrepo, Kuan-Ting Kuo, Dana Moukheiber, Atika Rahman Paddo, Leo Anthony Celi, Po-Chih Kuo (2021). Towards a Smart Eco-epidemiological Model of Dengue in Colombia using Satellite [Source code]. GitHub. https://github.com/sebasmos/satellite.extractor