LICENSE
README.md
pyproject.toml
terratorch/__about__.py
terratorch/__init__.py
terratorch/__main__.py
terratorch/cli_tools.py
terratorch/utils.py
terratorch.egg-info/PKG-INFO
terratorch.egg-info/SOURCES.txt
terratorch.egg-info/dependency_links.txt
terratorch.egg-info/entry_points.txt
terratorch.egg-info/requires.txt
terratorch.egg-info/top_level.txt
terratorch/datamodules/__init__.py
terratorch/datamodules/biomassters.py
terratorch/datamodules/burn_intensity.py
terratorch/datamodules/carbonflux.py
terratorch/datamodules/era5.py
terratorch/datamodules/fire_scars.py
terratorch/datamodules/forestnet.py
terratorch/datamodules/generic_multimodal_data_module.py
terratorch/datamodules/generic_pixel_wise_data_module.py
terratorch/datamodules/generic_scalar_label_data_module.py
terratorch/datamodules/geobench_data_module.py
terratorch/datamodules/landslide4sense.py
terratorch/datamodules/m_SA_crop_type.py
terratorch/datamodules/m_bigearthnet.py
terratorch/datamodules/m_brick_kiln.py
terratorch/datamodules/m_cashew_plantation.py
terratorch/datamodules/m_chesapeake_landcover.py
terratorch/datamodules/m_eurosat.py
terratorch/datamodules/m_forestnet.py
terratorch/datamodules/m_neontree.py
terratorch/datamodules/m_nz_cattle.py
terratorch/datamodules/m_pv4ger.py
terratorch/datamodules/m_pv4ger_seg.py
terratorch/datamodules/m_so2sat.py
terratorch/datamodules/merra2_downscale.py
terratorch/datamodules/multi_temporal_crop_classification.py
terratorch/datamodules/open_sentinel_map.py
terratorch/datamodules/openearthmap.py
terratorch/datamodules/pastis.py
terratorch/datamodules/sen1floods11.py
terratorch/datamodules/sen4agrinet.py
terratorch/datamodules/sen4map.py
terratorch/datamodules/torchgeo_data_module.py
terratorch/datamodules/utils.py
terratorch/datasets/__init__.py
terratorch/datasets/biomassters.py
terratorch/datasets/burn_intensity.py
terratorch/datasets/carbonflux.py
terratorch/datasets/fire_scars.py
terratorch/datasets/forestnet.py
terratorch/datasets/generic_multimodal_dataset.py
terratorch/datasets/generic_pixel_wise_dataset.py
terratorch/datasets/generic_scalar_label_dataset.py
terratorch/datasets/hls.py
terratorch/datasets/landslide4sense.py
terratorch/datasets/m_SA_crop_type.py
terratorch/datasets/m_bigearthnet.py
terratorch/datasets/m_brick_kiln.py
terratorch/datasets/m_cashew_plantation.py
terratorch/datasets/m_chesapeake_landcover.py
terratorch/datasets/m_eurosat.py
terratorch/datasets/m_forestnet.py
terratorch/datasets/m_neontree.py
terratorch/datasets/m_nz_cattle.py
terratorch/datasets/m_pv4ger.py
terratorch/datasets/m_pv4ger_seg.py
terratorch/datasets/m_so2sat.py
terratorch/datasets/multi_temporal_crop_classification.py
terratorch/datasets/open_sentinel_map.py
terratorch/datasets/openearthmap.py
terratorch/datasets/pastis.py
terratorch/datasets/sen1floods11.py
terratorch/datasets/sen1floods11_lat_lon.py
terratorch/datasets/sen4agrinet.py
terratorch/datasets/sen4map.py
terratorch/datasets/transforms.py
terratorch/datasets/utils.py
terratorch/datasets/wsf.py
terratorch/io/file.py
terratorch/models/__init__.py
terratorch/models/clay_model_factory.py
terratorch/models/encoder_decoder_factory.py
terratorch/models/generic_unet_model_factory.py
terratorch/models/model.py
terratorch/models/necks.py
terratorch/models/peft_utils.py
terratorch/models/pixel_wise_model.py
terratorch/models/prithvi_model_factory.py
terratorch/models/satmae_model_factory.py
terratorch/models/scalar_output_model.py
terratorch/models/smp_model_factory.py
terratorch/models/timm_model_factory.py
terratorch/models/utils.py
terratorch/models/wxc_model_factory.py
terratorch/models/backbones/__init__.py
terratorch/models/backbones/dofa_vit.py
terratorch/models/backbones/mmearth_convnextv2.py
terratorch/models/backbones/multimae_register.py
terratorch/models/backbones/prithvi_mae.py
terratorch/models/backbones/prithvi_swin.py
terratorch/models/backbones/prithvi_vit.py
terratorch/models/backbones/scalemae.py
terratorch/models/backbones/select_patch_embed_weights.py
terratorch/models/backbones/swin_encoder_decoder.py
terratorch/models/backbones/torchgeo_resnet.py
terratorch/models/backbones/torchgeo_swin_satlas.py
terratorch/models/backbones/torchgeo_vit.py
terratorch/models/backbones/unet.py
terratorch/models/backbones/utils.py
terratorch/models/backbones/clay_v1/__init__.py
terratorch/models/backbones/clay_v1/embedder.py
terratorch/models/backbones/clay_v1/modules.py
terratorch/models/backbones/clay_v1/utils.py
terratorch/models/backbones/multimae/criterion.py
terratorch/models/backbones/multimae/input_adapters.py
terratorch/models/backbones/multimae/multimae.py
terratorch/models/backbones/multimae/multimae_utils.py
terratorch/models/backbones/multimae/output_adapter_utils.py
terratorch/models/backbones/multimae/output_adapters.py
terratorch/models/decoders/__init__.py
terratorch/models/decoders/aspp_head.py
terratorch/models/decoders/fcn_decoder.py
terratorch/models/decoders/identity_decoder.py
terratorch/models/decoders/mlp_decoder.py
terratorch/models/decoders/satmae_head.py
terratorch/models/decoders/unet_decoder.py
terratorch/models/decoders/upernet_decoder.py
terratorch/models/decoders/utils.py
terratorch/models/heads/__init__.py
terratorch/models/heads/classification_head.py
terratorch/models/heads/regression_head.py
terratorch/models/heads/segmentation_head.py
terratorch/models/pincers/unet_pincer.py
terratorch/registry/__init__.py
terratorch/registry/custom_registry.py
terratorch/registry/mmseg_registry.py
terratorch/registry/registry.py
terratorch/registry/smp_registry.py
terratorch/registry/timm_registry.py
terratorch/samplers/__init__.py
terratorch/samplers/single.py
terratorch/tasks/__init__.py
terratorch/tasks/base_task.py
terratorch/tasks/classification_tasks.py
terratorch/tasks/loss_handler.py
terratorch/tasks/multilabel_classification_tasks.py
terratorch/tasks/optimizer_factory.py
terratorch/tasks/regression_tasks.py
terratorch/tasks/segmentation_tasks.py
terratorch/tasks/tiled_inference.py
terratorch/tasks/wxc_downscaling_task.py
terratorch/tasks/wxc_task.py
tests/test_backbones.py
tests/test_clay_tasks.py
tests/test_datasets.py
tests/test_decoders.py
tests/test_encoder_decoder_model_factory.py
tests/test_encoder_decoder_torchgeo_models.py
tests/test_finetune.py
tests/test_generic_dataset.py
tests/test_multi_source_registry.py
tests/test_prithvi_model_factory.py
tests/test_prithvi_tasks.py
tests/test_prithvi_vit.py
tests/test_registry.py
tests/test_smp_model_factory.py
tests/test_train.py