DATUM : Copyright 2023 Telecom Paris, Yasser BENIGMIM. All rights reserved.
This project is released under the Apache License 2.0, while some specific features in this repository are with other licenses. Users should be careful about adopting these features in any commercial matters.
- SegFormer and MixTransformer: Copyright (c) 2021, NVIDIA Corporation,
licensed under the NVIDIA Source Code License (resources/license_segformer)
- mmseg/models/decode_heads/segformer_head.py
- mmseg/models/backbones/mix_transformer.py
- configs/_base_/models/segformer*
- DACS: Copyright (c) 2020, vikolss, licensed under the MIT License (resources/license_dacs)
This repository is heavily based on DAFormer: Copyright (c) 2021-2022 ETH Zurich, Lukas Hoyer licensed under the Apache License, Version 2.0 (resources/license_daformer)
This repository is also based on MMSegmentation v0.16: Copyright (c) 2020, The MMSegmentation Authors, licensed under the Apache License, Version 2.0 (resources/license_mmseg)