Skip to content

Commit 8304282

Browse files
author
Roman Donchenko
committed
Replace tools/downloader/license.txt with per-model licensing notices
This finally makes it so that all information about the model is contained within that model's directory. Some notes about the changes: * I embedded most of the licenses into the model's documentation pages to make them easily accessible. The exceptions are long licenses (Apache and Creative Commons), which would dominate the documentation page if I embedded them too. I split them off into separate files instead. * Several projects have made trivial modifications to the Apache license. This shouldn't have any legal significance, but to be on the safe side, I included every such modified license into the `licenses` directory as a separate file. * Several models had the wrong license links in the documentation. I fixed those. * `googlenet-v1` even had the wrong license link in `model.yml`. I fixed that too. * I didn't update the documentation for Intel models, since the overall project license already implicitly applies to them.
1 parent 5ccff9f commit 8304282

File tree

97 files changed

+2828
-4924
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+2828
-4924
lines changed

models/public/Sphereface/Sphereface.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,29 @@ The net outputs on different images are comparable in cosine distance.
6666

6767
## Legal Information
6868

69-
[LICENSE](https://raw.githubusercontent.com/wy1iu/sphereface/master/LICENSE)
69+
The original model is distributed under the following
70+
[license](https://raw.githubusercontent.com/wy1iu/sphereface/master/LICENSE):
71+
72+
```
73+
MIT License
74+
75+
Copyright (c) 2017 Weiyang Liu and Yandong Wen
76+
77+
Permission is hereby granted, free of charge, to any person obtaining a copy
78+
of this software and associated documentation files (the "Software"), to deal
79+
in the Software without restriction, including without limitation the rights
80+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
81+
copies of the Software, and to permit persons to whom the Software is
82+
furnished to do so, subject to the following conditions:
83+
84+
The above copyright notice and this permission notice shall be included in all
85+
copies or substantial portions of the Software.
86+
87+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
88+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
89+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
90+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
91+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
92+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
93+
SOFTWARE.
94+
```

models/public/alexnet/alexnet.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,9 @@ Object classifier according to ImageNet classes, name - `prob`, shape - `1,1000`
7171

7272
## Legal Information
7373

74-
[https://raw.githubusercontent.com/BVLC/caffe/master/models/bvlc_alexnet/readme.md]()
74+
The original model is distributed under the following
75+
[license](https://raw.githubusercontent.com/BVLC/caffe/master/models/bvlc_alexnet/readme.md):
76+
77+
```
78+
This model is released for unrestricted use.
79+
```

models/public/brain-tumor-segmentation-0001/brain-tumor-segmentation-0001.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,6 @@ With the following channels: `background`, `necrotic core`, `edema` and `enhanci
8282

8383
## Legal Information
8484

85-
[https://github.com/lachinov/brats2018-graphlabunn/blob/master/LICENSE]()
85+
The original model is distributed under the
86+
[Apache License, Version 2.0](https://github.com/lachinov/brats2018-graphlabunn/blob/master/LICENSE).
87+
A copy of the license is provided in [APACHE-2.0.txt](../licenses/APACHE-2.0.txt).

models/public/caffenet/caffenet.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,9 @@ probability for each class.
5858

5959
## Legal Information
6060

61-
[https://raw.githubusercontent.com/BVLC/caffe/master/models/bvlc_reference_caffenet/readme.md]()
61+
The original model is distributed under the following
62+
[license](https://raw.githubusercontent.com/BVLC/caffe/master/models/bvlc_reference_caffenet/readme.md):
63+
64+
```
65+
This model is released for unrestricted use.
66+
```

models/public/ctpn/ctpn.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,29 @@ Image, name: `Placeholder`, shape: [1x3x600x600], format: [BxCxHxW],
8080

8181
## Legal Information
8282

83-
[https://raw.githubusercontent.com/eragonruan/text-detection-ctpn/banjin-dev/LICENSE]()
83+
The original model is distributed under the following
84+
[license](https://raw.githubusercontent.com/eragonruan/text-detection-ctpn/banjin-dev/LICENSE):
85+
86+
```
87+
MIT License
88+
89+
Copyright (c) 2017 shaohui ruan
90+
91+
Permission is hereby granted, free of charge, to any person obtaining a copy
92+
of this software and associated documentation files (the "Software"), to deal
93+
in the Software without restriction, including without limitation the rights
94+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
95+
copies of the Software, and to permit persons to whom the Software is
96+
furnished to do so, subject to the following conditions:
97+
98+
The above copyright notice and this permission notice shall be included in all
99+
copies or substantial portions of the Software.
100+
101+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
102+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
103+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
104+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
105+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
106+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
107+
SOFTWARE.
108+
```

models/public/deeplabv3/deeplabv3.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,6 @@ Integer values in a range [0, 20], which represent an index of a predicted class
6969

7070
## Legal Information
7171

72-
[https://raw.githubusercontent.com/tensorflow/models/master/LICENSE]()
72+
The original model is distributed under the
73+
[Apache License, Version 2.0](https://raw.githubusercontent.com/tensorflow/models/master/LICENSE).
74+
A copy of the license is provided in [APACHE-2.0-TensorFlow.txt](../licenses/APACHE-2.0-TensorFlow.txt).

models/public/densenet-121-caffe2/densenet-121-caffe2.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,6 @@ probability for each class in logits format.
6262

6363
## Legal Information
6464

65-
[https://raw.githubusercontent.com/caffe2/models/master/LICENSE]()
65+
The original model is distributed under the
66+
[Apache License, Version 2.0](https://raw.githubusercontent.com/caffe2/models/master/LICENSE).
67+
A copy of the license is provided in [APACHE-2.0.txt](../licenses/APACHE-2.0.txt).

models/public/densenet-121-tf/densenet-121-tf.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,6 @@ Floating point values in a range [0, 1], which represent probabilities for class
5757

5858
## Legal Information
5959

60-
[https://raw.githubusercontent.com/pudae/tensorflow-densenet/master/LICENSE]()
60+
The original model is distributed under the
61+
[Apache License, Version 2.0](https://raw.githubusercontent.com/pudae/tensorflow-densenet/master/LICENSE).
62+
A copy of the license is provided in [APACHE-2.0-TF-DenseNet.txt](../licenses/APACHE-2.0-TF-DenseNet.txt).

models/public/densenet-121/densenet-121.md

+32-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,35 @@ probability for each class in logits format.
7272

7373
## Legal Information
7474

75-
[https://raw.githubusercontent.com/liuzhuang13/DenseNet/master/LICENSE]()
75+
The original model is distributed under the following
76+
[license](https://raw.githubusercontent.com/liuzhuang13/DenseNet/master/LICENSE):
77+
78+
```
79+
Copyright (c) 2016, Zhuang Liu.
80+
All rights reserved.
81+
82+
Redistribution and use in source and binary forms, with or without modification,
83+
are permitted provided that the following conditions are met:
84+
85+
* Redistributions of source code must retain the above copyright notice, this
86+
list of conditions and the following disclaimer.
87+
88+
* Redistributions in binary form must reproduce the above copyright notice,
89+
this list of conditions and the following disclaimer in the documentation
90+
and/or other materials provided with the distribution.
91+
92+
* Neither the name DenseNet nor the names of its contributors may be used to
93+
endorse or promote products derived from this software without specific
94+
prior written permission.
95+
96+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
97+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
98+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
99+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
100+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
101+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
102+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
103+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
104+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
105+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
106+
```

models/public/densenet-161-tf/densenet-161-tf.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,6 @@ Floating point values in a range [0, 1], which represent probabilities for class
5757

5858
## Legal Information
5959

60-
[https://raw.githubusercontent.com/pudae/tensorflow-densenet/master/LICENSE]()
60+
The original model is distributed under the
61+
[Apache License, Version 2.0](https://raw.githubusercontent.com/pudae/tensorflow-densenet/master/LICENSE).
62+
A copy of the license is provided in [APACHE-2.0-TF-DenseNet.txt](../licenses/APACHE-2.0-TF-DenseNet.txt).

models/public/densenet-161/densenet-161.md

+32-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,35 @@ probability for each class in logits format
7474

7575
## Legal Information
7676

77-
[https://raw.githubusercontent.com/liuzhuang13/DenseNet/master/LICENSE]()
77+
The original model is distributed under the following
78+
[license](https://raw.githubusercontent.com/liuzhuang13/DenseNet/master/LICENSE):
79+
80+
```
81+
Copyright (c) 2016, Zhuang Liu.
82+
All rights reserved.
83+
84+
Redistribution and use in source and binary forms, with or without modification,
85+
are permitted provided that the following conditions are met:
86+
87+
* Redistributions of source code must retain the above copyright notice, this
88+
list of conditions and the following disclaimer.
89+
90+
* Redistributions in binary form must reproduce the above copyright notice,
91+
this list of conditions and the following disclaimer in the documentation
92+
and/or other materials provided with the distribution.
93+
94+
* Neither the name DenseNet nor the names of its contributors may be used to
95+
endorse or promote products derived from this software without specific
96+
prior written permission.
97+
98+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
99+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
100+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
101+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
102+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
103+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
104+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
105+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
106+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
107+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
108+
```

models/public/densenet-169-tf/densenet-169-tf.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,6 @@ Name:`densenet169/predictions/Reshape_1`. Contains floating point values in a ra
5656
Name: `densenet169/predictions/Reshape_1/Transpose`, shape: [1, 1, 1, 1000]. Contains floating point values in a range [0, 1], which represent probabilities for classes in a dataset.
5757

5858
## Legal Information
59-
[https://raw.githubusercontent.com/pudae/tensorflow-densenet/master/LICENSE]()
59+
The original model is distributed under the
60+
[Apache License, Version 2.0](https://raw.githubusercontent.com/pudae/tensorflow-densenet/master/LICENSE).
61+
A copy of the license is provided in [APACHE-2.0-TF-DenseNet.txt](../licenses/APACHE-2.0-TF-DenseNet.txt).

models/public/densenet-169/densenet-169.md

+34-3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,37 @@ probability for each class in logits format
7272
Object classifier according to ImageNet classes, name - `prob`, shape - `1,1000,1,1`, contains predicted
7373
probability for each class in logits format
7474

75-
## License
76-
77-
[https://raw.githubusercontent.com/liuzhuang13/DenseNet/master/LICENSE]()
75+
## Legal Information
76+
77+
The original model is distributed under the following
78+
[license](https://raw.githubusercontent.com/liuzhuang13/DenseNet/master/LICENSE):
79+
80+
```
81+
Copyright (c) 2016, Zhuang Liu.
82+
All rights reserved.
83+
84+
Redistribution and use in source and binary forms, with or without modification,
85+
are permitted provided that the following conditions are met:
86+
87+
* Redistributions of source code must retain the above copyright notice, this
88+
list of conditions and the following disclaimer.
89+
90+
* Redistributions in binary form must reproduce the above copyright notice,
91+
this list of conditions and the following disclaimer in the documentation
92+
and/or other materials provided with the distribution.
93+
94+
* Neither the name DenseNet nor the names of its contributors may be used to
95+
endorse or promote products derived from this software without specific
96+
prior written permission.
97+
98+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
99+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
100+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
101+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
102+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
103+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
104+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
105+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
106+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
107+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
108+
```

models/public/densenet-201/densenet-201.md

+32-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,35 @@ probability for each class in logits format
7474

7575
## Legal Information
7676

77-
[https://raw.githubusercontent.com/liuzhuang13/DenseNet/master/LICENSE]()
77+
The original model is distributed under the following
78+
[license](https://raw.githubusercontent.com/liuzhuang13/DenseNet/master/LICENSE):
79+
80+
```
81+
Copyright (c) 2016, Zhuang Liu.
82+
All rights reserved.
83+
84+
Redistribution and use in source and binary forms, with or without modification,
85+
are permitted provided that the following conditions are met:
86+
87+
* Redistributions of source code must retain the above copyright notice, this
88+
list of conditions and the following disclaimer.
89+
90+
* Redistributions in binary form must reproduce the above copyright notice,
91+
this list of conditions and the following disclaimer in the documentation
92+
and/or other materials provided with the distribution.
93+
94+
* Neither the name DenseNet nor the names of its contributors may be used to
95+
endorse or promote products derived from this software without specific
96+
prior written permission.
97+
98+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
99+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
100+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
101+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
102+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
103+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
104+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
105+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
106+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
107+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
108+
```

models/public/efficientnet-b0-pytorch/efficientnet-b0-pytorch.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@ Object classifier according to ImageNet classes, name - `prob`, shape - `1,1000
7575

7676
## Legal Information
7777

78-
[LICENSE](https://raw.githubusercontent.com/rwightman/gen-efficientnet-pytorch/5e91628ed98250989a7ddd20abfe27385e0493c1/LICENSE)
78+
The original model is distributed under the
79+
[Apache License, Version 2.0](https://raw.githubusercontent.com/rwightman/gen-efficientnet-pytorch/5e91628ed98250989a7ddd20abfe27385e0493c1/LICENSE).
80+
A copy of the license is provided in [APACHE-2.0-PyTorch-EfficientNet.txt](../licenses/APACHE-2.0-PyTorch-EfficientNet.txt).

models/public/efficientnet-b0/efficientnet-b0.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,6 @@ Object classifier according to ImageNet classes, name - `efficientnet-b0/model/h
7070

7171
## Legal Information
7272

73-
[LICENSE](https://raw.githubusercontent.com/tensorflow/tpu/master/LICENSE)
73+
The original model is distributed under the
74+
[Apache License, Version 2.0](https://raw.githubusercontent.com/tensorflow/tpu/master/LICENSE).
75+
A copy of the license is provided in [APACHE-2.0-TF-TPU.txt](../licenses/APACHE-2.0-TF-TPU.txt).

models/public/efficientnet-b0_auto_aug/efficientnet-b0_auto_aug.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,6 @@ Object classifier according to ImageNet classes, name - `efficientnet-b0/model/h
7171

7272
## Legal Information
7373

74-
[LICENSE](https://raw.githubusercontent.com/tensorflow/tpu/master/LICENSE)
74+
The original model is distributed under the
75+
[Apache License, Version 2.0](https://raw.githubusercontent.com/tensorflow/tpu/master/LICENSE).
76+
A copy of the license is provided in [APACHE-2.0-TF-TPU.txt](../licenses/APACHE-2.0-TF-TPU.txt).

models/public/efficientnet-b5-pytorch/efficientnet-b5-pytorch.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@ Object classifier according to ImageNet classes, name - `prob`, shape - `1,1000
7575

7676
## Legal Information
7777

78-
[LICENSE](https://raw.githubusercontent.com/rwightman/gen-efficientnet-pytorch/a36e2b2cd1bd122a508a6fffeaa7606890f8c882/LICENSE)
78+
The original model is distributed under the
79+
[Apache License, Version 2.0](https://raw.githubusercontent.com/rwightman/gen-efficientnet-pytorch/5e91628ed98250989a7ddd20abfe27385e0493c1/LICENSE).
80+
A copy of the license is provided in [APACHE-2.0-PyTorch-EfficientNet.txt](../licenses/APACHE-2.0-PyTorch-EfficientNet.txt).

models/public/efficientnet-b5/efficientnet-b5.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,6 @@ Object classifier according to ImageNet classes, name - `efficientnet-b5/model/h
7070

7171
## Legal Information
7272

73-
[LICENSE](https://raw.githubusercontent.com/tensorflow/tpu/master/LICENSE)
73+
The original model is distributed under the
74+
[Apache License, Version 2.0](https://raw.githubusercontent.com/tensorflow/tpu/master/LICENSE).
75+
A copy of the license is provided in [APACHE-2.0-TF-TPU.txt](../licenses/APACHE-2.0-TF-TPU.txt).

models/public/efficientnet-b7-pytorch/efficientnet-b7-pytorch.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,6 @@ Object classifier according to ImageNet classes, name - `prob`, shape - `1,1000
7575

7676
## Legal Information
7777

78-
[LICENSE](https://raw.githubusercontent.com/rwightman/gen-efficientnet-pytorch/a36e2b2cd1bd122a508a6fffeaa7606890f8c882/LICENSE)
78+
The original model is distributed under the
79+
[Apache License, Version 2.0](https://raw.githubusercontent.com/rwightman/gen-efficientnet-pytorch/5e91628ed98250989a7ddd20abfe27385e0493c1/LICENSE).
80+
A copy of the license is provided in [APACHE-2.0-PyTorch-EfficientNet.txt](../licenses/APACHE-2.0-PyTorch-EfficientNet.txt).

models/public/efficientnet-b7_auto_aug/efficientnet-b7_auto_aug.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,6 @@ Object classifier according to ImageNet classes, name - `efficientnet-b7/model/h
7171

7272
## Legal Information
7373

74-
[LICENSE](https://raw.githubusercontent.com/tensorflow/tpu/master/LICENSE)
74+
The original model is distributed under the
75+
[Apache License, Version 2.0](https://raw.githubusercontent.com/tensorflow/tpu/master/LICENSE).
76+
A copy of the license is provided in [APACHE-2.0-TF-TPU.txt](../licenses/APACHE-2.0-TF-TPU.txt).

models/public/face-recognition-mobilefacenet-arcface/face-recognition-mobilefacenet-arcface.md

+26-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,29 @@ The net outputs on different images are comparable in cosine distance.
6767

6868
## Legal Information
6969

70-
[LICENSE](https://raw.githubusercontent.com/deepinsight/insightface/master/LICENSE)
70+
The original model is distributed under the following
71+
[license](https://raw.githubusercontent.com/deepinsight/insightface/master/LICENSE):
72+
73+
```
74+
MIT License
75+
76+
Copyright (c) 2018 Jiankang Deng and Jia Guo
77+
78+
Permission is hereby granted, free of charge, to any person obtaining a copy
79+
of this software and associated documentation files (the "Software"), to deal
80+
in the Software without restriction, including without limitation the rights
81+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
82+
copies of the Software, and to permit persons to whom the Software is
83+
furnished to do so, subject to the following conditions:
84+
85+
The above copyright notice and this permission notice shall be included in all
86+
copies or substantial portions of the Software.
87+
88+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
89+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
90+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
91+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
92+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
93+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
94+
SOFTWARE.
95+
```

0 commit comments

Comments
 (0)