LICENSE
README.md
pyproject.toml
terratorch/__about__.py
terratorch/__init__.py
terratorch/__main__.py
terratorch/cli_tools.py
terratorch/utils.py
terratorch/validate_config.py
terratorch/visualization.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/dummy_datamodule.py
terratorch/datamodules/eccc.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/geobench_v2_data_module.py
terratorch/datamodules/helio.py
terratorch/datamodules/landslide4sense.py
terratorch/datamodules/m_SA_crop_type.py
terratorch/datamodules/m_VHR10.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/od_aed_elephant.py
terratorch/datamodules/open_sentinel_map.py
terratorch/datamodules/openearthmap.py
terratorch/datamodules/pastis.py
terratorch/datamodules/random.py
terratorch/datamodules/sen1floods11.py
terratorch/datamodules/sen4agrinet.py
terratorch/datamodules/sen4map.py
terratorch/datamodules/substation.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_od_dataset.py
terratorch/datasets/generic_pixel_wise_dataset.py
terratorch/datasets/generic_scalar_label_dataset.py
terratorch/datasets/helio.py
terratorch/datasets/hls.py
terratorch/datasets/landslide4sense.py
terratorch/datasets/m_SA_crop_type.py
terratorch/datasets/m_VHR10.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/od_aed_elephant.py
terratorch/datasets/od_augmentation.py
terratorch/datasets/od_tiled_dataset_wrapper.py
terratorch/datasets/open_sentinel_map.py
terratorch/datasets/openearthmap.py
terratorch/datasets/pastis.py
terratorch/datasets/sen1floods11.py
terratorch/datasets/sen4agrinet.py
terratorch/datasets/sen4map.py
terratorch/datasets/substation.py
terratorch/datasets/transforms.py
terratorch/datasets/utils.py
terratorch/datasets/wsf.py
terratorch/io/file.py
terratorch/models/__init__.py
terratorch/models/clay1_5_model_factory.py
terratorch/models/clay_model_factory.py
terratorch/models/embedding_output_model.py
terratorch/models/encoder_decoder_factory.py
terratorch/models/full_model_factory.py
terratorch/models/generic_model_factory.py
terratorch/models/generic_unet_model_factory.py
terratorch/models/model.py
terratorch/models/necks.py
terratorch/models/object_detection_model_factory.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/heliofm_register.py
terratorch/models/backbones/identity_backbone.py
terratorch/models/backbones/mmearth_convnextv2.py
terratorch/models/backbones/prithvi_mae.py
terratorch/models/backbones/prithvi_swin.py
terratorch/models/backbones/prithvi_vit.py
terratorch/models/backbones/prithvi_vit_adapter.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/vit_adapter_modules.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/clay_v15/backbone.py
terratorch/models/backbones/clay_v15/callbacks.py
terratorch/models/backbones/clay_v15/callbacks_wandb.py
terratorch/models/backbones/clay_v15/datamodule.py
terratorch/models/backbones/clay_v15/factory.py
terratorch/models/backbones/clay_v15/model.py
terratorch/models/backbones/clay_v15/module.py
terratorch/models/backbones/clay_v15/mrl.py
terratorch/models/backbones/clay_v15/utils.py
terratorch/models/backbones/detr_ops/functions/__init__.py
terratorch/models/backbones/detr_ops/functions/ms_deform_attn_func.py
terratorch/models/backbones/detr_ops/modules/__init__.py
terratorch/models/backbones/detr_ops/modules/ms_deform_attn.py
terratorch/models/backbones/dinov3/__init__.py
terratorch/models/backbones/dinov3/dinov3_wrapper.py
terratorch/models/backbones/terramind/__init__.py
terratorch/models/backbones/terramind/utils.py
terratorch/models/backbones/terramind/model/__init__.py
terratorch/models/backbones/terramind/model/decoder_embeddings.py
terratorch/models/backbones/terramind/model/encoder_embeddings.py
terratorch/models/backbones/terramind/model/generate.py
terratorch/models/backbones/terramind/model/modality_info.py
terratorch/models/backbones/terramind/model/terramind.py
terratorch/models/backbones/terramind/model/terramind_generation.py
terratorch/models/backbones/terramind/model/terramind_register.py
terratorch/models/backbones/terramind/model/terramind_tim.py
terratorch/models/backbones/terramind/model/terramind_vit.py
terratorch/models/backbones/terramind/model/tm_utils.py
terratorch/models/backbones/terramind/tokenizer/__init__.py
terratorch/models/backbones/terramind/tokenizer/tokenizer_backbones_register.py
terratorch/models/backbones/terramind/tokenizer/tokenizer_register.py
terratorch/models/backbones/terramind/tokenizer/vqvae.py
terratorch/models/backbones/terramind/tokenizer/vqvae_backbone.py
terratorch/models/backbones/terramind/tokenizer/models/__init__.py
terratorch/models/backbones/terramind/tokenizer/models/mlp_models.py
terratorch/models/backbones/terramind/tokenizer/models/uvit.py
terratorch/models/backbones/terramind/tokenizer/models/vit_models.py
terratorch/models/backbones/terramind/tokenizer/models/unet/__init__.py
terratorch/models/backbones/terramind/tokenizer/models/unet/fp16_util.py
terratorch/models/backbones/terramind/tokenizer/models/unet/nn.py
terratorch/models/backbones/terramind/tokenizer/models/unet/unet.py
terratorch/models/backbones/terramind/tokenizer/quantizers/__init__.py
terratorch/models/backbones/terramind/tokenizer/quantizers/quantize_finite_scalar.py
terratorch/models/backbones/terramind/tokenizer/quantizers/quantize_lucid.py
terratorch/models/backbones/terramind/tokenizer/quantizers/quantize_memcodes.py
terratorch/models/backbones/terramind/tokenizer/scheduling/__init__.py
terratorch/models/backbones/terramind/tokenizer/scheduling/diffusion_pipeline.py
terratorch/models/backbones/terramind/tokenizer/scheduling/scheduling_ddim.py
terratorch/models/backbones/terramind/tokenizer/scheduling/scheduling_ddpm.py
terratorch/models/backbones/terramind/tokenizer/scheduling/scheduling_utils.py
terratorch/models/backbones/terramind/tokenizer/text/__init__.py
terratorch/models/backbones/terramind/tokenizer/text/text_tokenizer.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/linear_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/regression_head.py
terratorch/models/heads/scalar_head.py
terratorch/models/heads/segmentation_head.py
terratorch/models/pincers/unet_pincer.py
terratorch/models/pincers/wxc_downscaling_pincer.py
terratorch/models/pincers/wxc_embedding_network.py
terratorch/models/pincers/wxc_upscaler.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/eccc_downscaling_task.py
terratorch/tasks/embedding_generation.py
terratorch/tasks/inference_task.py
terratorch/tasks/loss_handler.py
terratorch/tasks/metrics.py
terratorch/tasks/multilabel_classification_tasks.py
terratorch/tasks/object_detection_task.py
terratorch/tasks/optimizer_factory.py
terratorch/tasks/reconstruction_tasks.py
terratorch/tasks/regression_tasks.py
terratorch/tasks/segmentation_tasks.py
terratorch/tasks/tiled_inference.py
terratorch/tasks/utils.py
terratorch/tasks/wxc_downscaling_task.py
terratorch/tasks/wxc_task.py
terratorch/vllm/__init__.py
terratorch/vllm/utils.py
terratorch/vllm/plugins/__init__.py
terratorch/vllm/plugins/segmentation/__init__.py
terratorch/vllm/plugins/segmentation/segmentation_io_processor.py
terratorch/vllm/plugins/segmentation/terramind_segmentation_io_processor.py
terratorch/vllm/plugins/segmentation/types.py
terratorch/vllm/plugins/segmentation/utils.py
tests/test_backbones.py
tests/test_biomassters_dataset.py
tests/test_boundary_mean_iou.py
tests/test_burn_intensity_dataset.py
tests/test_classification_tasks.py
tests/test_clay_1_5.py
tests/test_clay_tasks.py
tests/test_clay_v1.py
tests/test_clay_v15_backbone.py
tests/test_clay_v15_datamodule.py
tests/test_cli_tools.py
tests/test_custom_modules.py
tests/test_datasets.py
tests/test_decoders.py
tests/test_dinov3.py
tests/test_eccc_datamodule.py
tests/test_embedding_generation.py
tests/test_encoder_decoder_model_factory.py
tests/test_encoder_decoder_torchgeo_models.py
tests/test_finetune.py
tests/test_generate.py
tests/test_generic_dataset.py
tests/test_geobench_v2_data_module.py
tests/test_multi_source_registry.py
tests/test_object_detection_factory.py
tests/test_object_detection_task.py
tests/test_od_aed_elephant.py
tests/test_od_augmentation.py
tests/test_od_tiled_dataset_wrapper.py
tests/test_open_sentinel_map.py
tests/test_optimizer_factory.py
tests/test_pastis.py
tests/test_prithvi_mae.py
tests/test_prithvi_model_factory.py
tests/test_prithvi_tasks.py
tests/test_prithvi_vit.py
tests/test_prithvi_vit_comprehensive.py
tests/test_prithvi_wxc_model_factory.py
tests/test_quantize_lucid.py
tests/test_reconstructions.py
tests/test_registry.py
tests/test_scheduling_ddpm.py
tests/test_sen4agrinet_unit.py
tests/test_single_sampler.py
tests/test_smp_model_factory.py
tests/test_substation.py
tests/test_tasks.py
tests/test_temporal_wrapper.py
tests/test_terramind.py
tests/test_terramind_register.py
tests/test_terratorch_generalized_rcnn_transform.py
tests/test_torchgeo_resnet.py
tests/test_tortilla_dataset.py
tests/test_vit_adapter_modules.py
tests/test_vit_models_unit.py
tests/test_vqvae_unit.py
tests/test_wxc_downscaling_task.py