Paolo-Fraccaro
commited on
Commit
•
8fe21c3
1
Parent(s):
13d7913
Update README.md
Browse files
README.md
CHANGED
@@ -32,5 +32,8 @@ The model follows the [original mae repo](https://github.com/facebookresearch/ma
|
|
32 |
2. replace 2D positional embed with 3D positional embed;
|
33 |
3. replace 2D patchify and unpatchify with 3D.
|
34 |
|
|
|
|
|
|
|
35 |
### Finetuning examples
|
36 |
Two examples of finetuning the model for image segmentation (i.e. flood detection and burn scars detection) using the mmsegmentation library are available through [github](https://github.com/NASA-IMPACT/hls-foundation-os/tree/main/fine-tuning-examples).
|
|
|
32 |
2. replace 2D positional embed with 3D positional embed;
|
33 |
3. replace 2D patchify and unpatchify with 3D.
|
34 |
|
35 |
+
### Inference
|
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.
|
37 |
+
|
38 |
### Finetuning examples
|
39 |
Two examples of finetuning the model for image segmentation (i.e. flood detection and burn scars detection) using the mmsegmentation library are available through [github](https://github.com/NASA-IMPACT/hls-foundation-os/tree/main/fine-tuning-examples).
|