From a5ce2d68cc8eabba50289a124e38e3d82bce7a70 Mon Sep 17 00:00:00 2001 From: "peng.yang" Date: Mon, 24 Jun 2024 15:11:26 +0800 Subject: [PATCH] Update: add foveabox&hrnet copyright annotation. --- .../foveabox/igie/fovea_r50_fpn_4xb4-1x_coco.py | 15 +++++++++++++++ .../fcos_hrnetv2p-w18-gn-head_4xb4-1x_coco.py | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/models/cv/detection/foveabox/igie/fovea_r50_fpn_4xb4-1x_coco.py b/models/cv/detection/foveabox/igie/fovea_r50_fpn_4xb4-1x_coco.py index b6e2e4ed..79329f8d 100644 --- a/models/cv/detection/foveabox/igie/fovea_r50_fpn_4xb4-1x_coco.py +++ b/models/cv/detection/foveabox/igie/fovea_r50_fpn_4xb4-1x_coco.py @@ -1,3 +1,18 @@ +# Copyright (c) 2024, Shanghai Iluvatar CoreX Semiconductor Co., Ltd. +# All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, 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. + auto_scale_lr = dict(base_batch_size=16, enable=False) backend_args = None data_root = 'data/coco/' diff --git a/models/cv/detection/hrnet/igie/fcos_hrnetv2p-w18-gn-head_4xb4-1x_coco.py b/models/cv/detection/hrnet/igie/fcos_hrnetv2p-w18-gn-head_4xb4-1x_coco.py index 14128f25..010dee7d 100644 --- a/models/cv/detection/hrnet/igie/fcos_hrnetv2p-w18-gn-head_4xb4-1x_coco.py +++ b/models/cv/detection/hrnet/igie/fcos_hrnetv2p-w18-gn-head_4xb4-1x_coco.py @@ -1,3 +1,18 @@ +# Copyright (c) 2024, Shanghai Iluvatar CoreX Semiconductor Co., Ltd. +# All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, 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. + auto_scale_lr = dict(base_batch_size=16, enable=False) backend_args = None data_root = 'data/coco/' -- Gitee