This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
forked from open-mmlab/mmsegmentation
-
Notifications
You must be signed in to change notification settings - Fork 10
/
third-party-programs.txt
157 lines (107 loc) · 4.63 KB
/
third-party-programs.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
MMSegmentation Third Party Programs File
This file contains the list of third party software ("third party programs")
contained in the Intel software and their required notices and/or license
terms. This third party software, even if included with the distribution of
the Intel software, may be governed by separate license terms, including
without limitation, third party license terms, other Intel software license
terms, and open source software license terms. These separate license terms
govern your use of the third party programs as set forth in the
"third-party-programs.txt" or other similarly-named text file.
Third party programs and their corresponding required notices and/or license
terms are listed below.
-------------------------------------------------------------
1. MaxPoolingPixelSampler, file mmseg/ops/csrc/lib_mpl.cpp
Copyright (c) 2018, Sergei Belousov
SPDX-License-Identifier: BSD-3-Clause
-------------------------------------------------------------
2. BiSeNetV2, BiSeHead
Copyright (c) 2018 CoinCheung
SPDX-License-Identifier: MIT
-------------------------------------------------------------
3. GhostModule
Copyright (c) 2020. Huawei Technologies Co., Ltd.
SPDX-License-Identifier: Apache-2.0
-------------------------------------------------------------
4. CAPAttentionModule, PSPModule, AsymmetricPositionAttentionModule
Copyright (c) 2019 MendelXu
SPDX-License-Identifier: Apache-2.0
-------------------------------------------------------------
5. DABModule, DABNet
Copyright (c) 2019 Gen Li
SPDX-License-Identifier: MIT
-------------------------------------------------------------
6. DDRNet, DDRHead
Copyright (c) 2020 xingkong
SPDX-License-Identifier: MIT
-------------------------------------------------------------
7. EfficientNet, HyperSegHead, MetaConv2d, MetaSequential
Copyright (C) 2020-2021 YuvalNirkin
SPDX-License-Identifier: CC0-1.0
-------------------------------------------------------------
8. LiteHRNet
Copyright (c) 2018-2020 Open-MMLab.
SPDX-License-Identifier: Apache-2.0
-------------------------------------------------------------
9. ShelfNet, ShelfHead
Copyright (c) 2021 Juntang Zhuang
SPDX-License-Identifier: MIT
-------------------------------------------------------------
10. MemoryHead
Copyright (c) 2021 CharlesPikachu
SPDX-License-Identifier: MIT
-------------------------------------------------------------
11. PointHead
Copyright (C) 2019-2021 Facebook
SPDX-License-Identifier: Apache-2.0
-------------------------------------------------------------
12. DiceLoss
Copyright (C) 2019-2020 LikeLy-Journey
SPDX-License-Identifier: Apache-2.0
-------------------------------------------------------------
13. LovaszLoss, lovasz_softmax
Copyright (c) 2018-2019 Maxim Berman
SPDX-License-Identifier: MIT
-------------------------------------------------------------
14. TverskyLoss
Copyright (C) 2018-2021 kornia
SPDX-License-Identifier: Apache-2.0
-------------------------------------------------------------
15. LocalAttentionModule
Copyright (C) 2019-2021 Xiangtai Lee
SPDX-License-Identifier: MIT
-------------------------------------------------------------
16. scatter_cpu, scatter_kwargs
Copyright (C) 2016-2021 Facebook, Inc
SPDX-License-Identifier: BSD-3-Clause
-------------------------------------------------------------
17. STDCNet
Copyright (c) 2021 Mingyuan Fan
SPDX-License-Identifier: MIT
-------------------------------------------------------------
18. MarginCalibrationLoss
Copyright (c) 2020 Litao Yu
SPDX-License-Identifier: MIT
-------------------------------------------------------------
19. DropPath, trunc_normal_, VisionTransformer
Copyright (C) 2020 Ross Wightman
SPDX-License-Identifier: Apache-2.0
-------------------------------------------------------------
20. make_divisible
Copyright (c) 2022 Google LLC. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-------------------------------------------------------------
21. EfficientNet
Copyright (c) 2020-2021 Luke Melas-Kyriazi
SPDX-License-Identifier: Apache-2.0
-------------------------------------------------------------
22. SpatialWeightingV2
Copyright (c) 2021 DeLightCMU
SPDX-License-Identifier: Apache-2.0
-------------------------------------------------------------
23. File tools/analyze_logs.py
Copyright (c) 2018-2022 OpenMMLab. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-------------------------------------------------------------
24. File tools/get_flops.py
Copyright (c) 2019 Vladislav Sovrasov
SPDX-License-Identifier: MIT