Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.15 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.15 KB

Usage

  • The installation, data preparation and useage of mmsegmentation please refer to this repo.

  • For loading annotations of the Potsdam dataset and ignore the background:

    1. please replace the files of the same name under mmseg/datasets/pipelines with the file under this folder.

    2. please replace the configuration of Potsdam dataset in mmseg/datasets/potsdam.py with this file.

    3. please replace the files of the same name under mmseg/code/optimizers with the file under this folder

  • The config are under this folder.

  • The config fils for other ResNet-50 based SSL methods can be obtained by changing the checkpoint path in config/CMID-ResNet50_config.py.

  • The additional needed files for ViT-B-RVSA and ViTAE-B-RVSA please refer to this repo.

  • The config file for the Vaigingen dataset is the same as the one under the config folder, only the dataset name and path need to be changed.