Skip to content

Commit

Permalink
classification was missing
Browse files Browse the repository at this point in the history
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
  • Loading branch information
Joao-L-S-Almeida committed Dec 16, 2024
1 parent 4fedfa3 commit 0d70071
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

The purpose of this library is twofold:

1. To integrate prithvi backbones into the TorchGeo framework
2. To provide generic LightningDataModules that can be built at runtime
1. To integrate prithvi backbones into the TorchGeo framework.
2. To provide generic LightningDataModules that can be built at runtime.
3. To build a flexible fine-tuning framework based on TorchGeo which can be interacted with at different abstraction levels.

This library provides:

- All the functionality in TorchGeo
- Easy access to prithvi, timm and smp backbones
- Flexible trainers for Image Segmentation and Pixel Wise Regression (more in progress)
- Launching of fine-tuning tasks through powerful configuration files
- All the functionality in TorchGeo.
- Easy access to prithvi, timm and smp backbones.
- Flexible trainers for Image Segmentation, Pixel Wise Regression and Classification (more in progress).
- Launching of fine-tuning tasks through powerful configuration files.

A good starting place is familiarization with [PyTorch Lightning](https://lightning.ai/docs/pytorch/stable/), which this project is built on, and to a certain extent [TorchGeo](https://torchgeo.readthedocs.io/en/stable/)

Expand Down

0 comments on commit 0d70071

Please sign in to comment.