Update README.md
Browse files
README.md
CHANGED
@@ -31,6 +31,7 @@ The model follows the [original mae repo](https://github.com/facebookresearch/ma
|
|
31 |
1. replace 2D patch embed with 3D patch embed;
|
32 |
2. replace 2D positional embed with 3D positional embed;
|
33 |
3. replace 2D patchify and unpatchify with 3D.
|
|
|
34 |
|
35 |
### Inference and demo
|
36 |
There is an inference script (`Prithvi_run_inference.py`) that allows to run the image reconstruction on a set of three HLS images. These images have to be geotiff format, including the channels described above (Blue, Green, Red, Narrow NIR, SWIR, SWIR 2) in reflectance units. There is also a **demo** that leverages the same code [here](https://huggingface.co/spaces/ibm-nasa-geospatial/Prithvi-100M-demo)
|
|
|
31 |
1. replace 2D patch embed with 3D patch embed;
|
32 |
2. replace 2D positional embed with 3D positional embed;
|
33 |
3. replace 2D patchify and unpatchify with 3D.
|
34 |
+
4. adding infrared bands besides RGB
|
35 |
|
36 |
### Inference and demo
|
37 |
There is an inference script (`Prithvi_run_inference.py`) that allows to run the image reconstruction on a set of three HLS images. These images have to be geotiff format, including the channels described above (Blue, Green, Red, Narrow NIR, SWIR, SWIR 2) in reflectance units. There is also a **demo** that leverages the same code [here](https://huggingface.co/spaces/ibm-nasa-geospatial/Prithvi-100M-demo)
|