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 b6e2e4ed3806ba4fe843645e20ae61fa40fb88c9..79329f8d952dc911cb7d9f93f0f8456c1b78b57e 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 14128f258b2a0e86a9c14cfa350c030600ba2673..010dee7d9feaeb0260bccca28adcc66a899ac0dc 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/'