LICENSE
README.md
pyproject.toml
src/terratorch/__about__.py
src/terratorch/__init__.py
src/terratorch/__main__.py
src/terratorch/cli_tools.py
src/terratorch.egg-info/PKG-INFO
src/terratorch.egg-info/SOURCES.txt
src/terratorch.egg-info/dependency_links.txt
src/terratorch.egg-info/entry_points.txt
src/terratorch.egg-info/requires.txt
src/terratorch.egg-info/top_level.txt
src/terratorch/datamodules/__init__.py
src/terratorch/datamodules/fire_scars.py
src/terratorch/datamodules/generic_pixel_wise_data_module.py
src/terratorch/datamodules/generic_scalar_label_data_module.py
src/terratorch/datamodules/m_SA_crop_type.py
src/terratorch/datamodules/m_bigearthnet.py
src/terratorch/datamodules/m_brick_kiln.py
src/terratorch/datamodules/m_cashew_plantation.py
src/terratorch/datamodules/m_chesapeake_landcover.py
src/terratorch/datamodules/m_eurosat.py
src/terratorch/datamodules/m_forestnet.py
src/terratorch/datamodules/m_neontree.py
src/terratorch/datamodules/m_nz_cattle.py
src/terratorch/datamodules/m_pv4ger.py
src/terratorch/datamodules/m_pv4ger_seg.py
src/terratorch/datamodules/m_so2sat.py
src/terratorch/datamodules/sen1floods11.py
src/terratorch/datamodules/torchgeo_data_module.py
src/terratorch/datamodules/utils.py
src/terratorch/datasets/__init__.py
src/terratorch/datasets/fire_scars.py
src/terratorch/datasets/generic_pixel_wise_dataset.py
src/terratorch/datasets/generic_scalar_label_dataset.py
src/terratorch/datasets/hls.py
src/terratorch/datasets/m_SA_crop_type.py
src/terratorch/datasets/m_bigearthnet.py
src/terratorch/datasets/m_brick_kiln.py
src/terratorch/datasets/m_cashew_plantation.py
src/terratorch/datasets/m_chesapeake_landcover.py
src/terratorch/datasets/m_eurosat.py
src/terratorch/datasets/m_forestnet.py
src/terratorch/datasets/m_neontree.py
src/terratorch/datasets/m_nz_cattle.py
src/terratorch/datasets/m_pv4ger.py
src/terratorch/datasets/m_pv4ger_seg.py
src/terratorch/datasets/m_so2sat.py
src/terratorch/datasets/sen1floods11.py
src/terratorch/datasets/transforms.py
src/terratorch/datasets/utils.py
src/terratorch/datasets/wsf.py
src/terratorch/io/file.py
src/terratorch/models/__init__.py
src/terratorch/models/clay_model_factory.py
src/terratorch/models/model.py
src/terratorch/models/pixel_wise_model.py
src/terratorch/models/prithvi_model_factory.py
src/terratorch/models/satmae_model_factory.py
src/terratorch/models/scalar_output_model.py
src/terratorch/models/scalemae_model_factory.py
src/terratorch/models/smp_model_factory.py
src/terratorch/models/timm_model_factory.py
src/terratorch/models/backbones/__init__.py
src/terratorch/models/backbones/prithvi_select_patch_embed_weights.py
src/terratorch/models/backbones/prithvi_swin.py
src/terratorch/models/backbones/prithvi_vit.py
src/terratorch/models/backbones/swin_encoder_decoder.py
src/terratorch/models/backbones/vit_encoder_decoder.py
src/terratorch/models/decoders/__init__.py
src/terratorch/models/decoders/fcn_decoder.py
src/terratorch/models/decoders/identity_decoder.py
src/terratorch/models/decoders/satmae_head.py
src/terratorch/models/decoders/upernet_decoder.py
src/terratorch/models/heads/__init__.py
src/terratorch/models/heads/classification_head.py
src/terratorch/models/heads/regression_head.py
src/terratorch/models/heads/segmentation_head.py
src/terratorch/samplers/__init__.py
src/terratorch/samplers/single.py
src/terratorch/tasks/__init__.py
src/terratorch/tasks/classification_tasks.py
src/terratorch/tasks/loss_handler.py
src/terratorch/tasks/multilabel_classification_tasks.py
src/terratorch/tasks/optimizer_factory.py
src/terratorch/tasks/regression_tasks.py
src/terratorch/tasks/segmentation_tasks.py
src/terratorch/tasks/tiled_inference.py
tests/test_backbones.py
tests/test_generic_dataset.py
tests/test_prithvi_model_factory.py
tests/test_prithvi_tasks.py