Skip to content

Commit

Permalink
updated README files
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltrs committed Apr 14, 2023
1 parent b330f1d commit d8651d4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Repository for training land cover recognition models for satellite imagery

## Featured Papers
The following papers are featured in this repository:
- [ViTs for SITS: Vision Transformers for Satellite Image Time Series](https://arxiv.org/abs/2301.04944) (CVPR 2023). More information in README_TSVIT.md.
- [Context-self contrastive pretraining for crop type semantic segmentation](https://ieeexplore.ieee.org/document/9854891) (IEEE Transactions on Geoscience and Remote Sensing). More information in README_CSCL.md.

## Setting up a python environment
- Follow the instruction in https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html for downloading and installing Miniconda

Expand All @@ -23,6 +28,3 @@
- Adjust the ".yaml" configuration files as needed to train with your custom data.
- Refer to the instructions provided in the specific README.MD files for additional guidance on setting up and running your experiments.

## Papers
- [ViTs for SITS: Vision Transformers for Satellite Image Time Series](https://arxiv.org/abs/2301.04944) (CVPR 2023). More information in README_TSVIT.md.
- [Context-self contrastive pretraining for crop type semantic segmentation](https://ieeexplore.ieee.org/document/9854891) (IEEE Transactions on Geoscience and Remote Sensing). More information in README_CSCL.md.

0 comments on commit d8651d4

Please sign in to comment.