Skip to content

Commit 94eb9fe

Browse files
Merging updates from dependabot
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
2 parents 9cbff30 + 3b76391 commit 94eb9fe

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ site/*
33
build/*
44
dist/*
55
*.egg-info
6+
*.coverage.*
7+
**/*.pt
68
*.ipynb_checkpoints
7-
**/*pt
89
**/*pth

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44

55
## Overview
66
TerraTorch is a library based on [PyTorch Lightning](https://lightning.ai/docs/pytorch/stable/) and the [TorchGeo](https://github.com/microsoft/torchgeo) domain library
7-
for geospatial data. TerraTorch’s main purpose is to provide a flexible fine-tuning framework for Geospatial Foundation Models, which can be interacted with at different abstraction levels.
7+
for geospatial data.
8+
9+
TerraTorch’s main purpose is to provide a flexible fine-tuning framework for Geospatial Foundation Models, which can be interacted with at different abstraction levels.
810

911
The library provides:
1012

11-
- Easy access to open source pre-trained Geospatial Foundation Model backbones (e.g., [Prithvi](https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M), [SatMAE](https://sustainlab-group.github.io/SatMAE/) and [ScaleMAE](https://github.com/bair-climate-initiative/scale-mae) and other backbones available in the [timm](https://github.com/huggingface/pytorch-image-models) (Pytorch image models) or [SMP](https://github.com/qubvel/segmentation_models.pytorch) (Pytorch Segmentation models with pre-training backbones) packages.
13+
- Easy access to open source pre-trained Geospatial Foundation Model backbones (e.g., [Prithvi](https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M), [SatMAE](https://sustainlab-group.github.io/SatMAE/) and [ScaleMAE](https://github.com/bair-climate-initiative/scale-mae), other backbones available in the [timm](https://github.com/huggingface/pytorch-image-models) (Pytorch image models) or [SMP](https://github.com/qubvel/segmentation_models.pytorch) (Pytorch Segmentation models with pre-training backbones) packages, as well as fine-tuned models such as [granite-geospatial-biomass](https://huggingface.co/ibm-granite/granite-geospatial-biomass)
1214
- Flexible trainers for Image Segmentation, Classification and Pixel Wise Regression fine-tuning tasks
1315
- Launching of fine-tuning tasks through flexible configuration files
1416

requirements/required.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
torchgeo==0.5.1
1+
torchgeo==0.5.2
22
rioxarray==0.15.0
33
albumentations==1.3.1
4-
rasterio==1.3.9
4+
rasterio==1.3.10
55
torch==2.3.1
66
torchvision==0.18.1
77
torchmetrics==1.4.0
88
geopandas==0.14.2
99
lightly==1.4.25
1010
h5py==3.10.0
1111
geobench==1.0.0
12-
mlflow==2.12.1
12+
mlflow==2.14.3
1313
lightning==2.2.5

0 commit comments

Comments
 (0)