Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ Prithvi is a first-of-its-kind temporal Vision transformer pre-trained by the IB
|
|
13 |
![](GFM.png)
|
14 |
|
15 |
The model expects remote sensing data in a video format (B, C, T, H, W). Note that the temporal dimension is very important here and not present in most
|
16 |
-
other works around remote sensing modeling. Being able to handle a time series of remote sensing images can
|
17 |
|
18 |
### Pre-training
|
19 |
The model was pre-trained with NASA's HLS2 L30 product (30m granularity) from the Continental United States. The bands that were used are the following:
|
|
|
13 |
![](GFM.png)
|
14 |
|
15 |
The model expects remote sensing data in a video format (B, C, T, H, W). Note that the temporal dimension is very important here and not present in most
|
16 |
+
other works around remote sensing modeling. Being able to handle a time series of remote sensing images can benefit a variety of downstream tasks. The model can also handle static images, which can be simply fed into the model with T=1.
|
17 |
|
18 |
### Pre-training
|
19 |
The model was pre-trained with NASA's HLS2 L30 product (30m granularity) from the Continental United States. The bands that were used are the following:
|