From 30b6919eba91458c88022c1842af07a043525179 Mon Sep 17 00:00:00 2001 From: Yizhou Chen Date: Sat, 2 Apr 2022 08:49:37 +0800 Subject: [PATCH] [Fix] Add farseg's copyright --- paddlers/custom_models/seg/models/farseg/farseg.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/paddlers/custom_models/seg/models/farseg/farseg.py b/paddlers/custom_models/seg/models/farseg/farseg.py index e8d1a2a..a6d8da1 100644 --- a/paddlers/custom_models/seg/models/farseg/farseg.py +++ b/paddlers/custom_models/seg/models/farseg/farseg.py @@ -11,6 +11,11 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +""" +This code is based on https://github.com/Z-Zheng/FarSeg +Ths copyright of Z-Zheng/FarSeg is as follows: +Apache License [see LICENSE for details] +""" import math import paddle.nn as nn