Skip to content

Commit bde7b4b

Browse files
[Docs] Add header for files (#5900)
* [Docs] Add header for files * update license copyright * add copyright header * add copyright header tools * delete add header code
1 parent 15f1882 commit bde7b4b

File tree

428 files changed

+429
-4
lines changed

Some content is hidden

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

428 files changed

+429
-4
lines changed

.dev_scripts/batch_test_list.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) OpenMMLab. All rights reserved.
12
# yapf: disable
23
atss = dict(
34
config='configs/atss/atss_r50_fpn_1x_coco.py',

.dev_scripts/benchmark_filter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) OpenMMLab. All rights reserved.
12
import argparse
23
import os
34
import os.path as osp

.dev_scripts/benchmark_inference_fps.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) OpenMMLab. All rights reserved.
12
import argparse
23
import os
34
import os.path as osp

.dev_scripts/benchmark_test_image.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) OpenMMLab. All rights reserved.
12
import logging
23
import os.path as osp
34
from argparse import ArgumentParser

.dev_scripts/convert_test_benchmark_script.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) OpenMMLab. All rights reserved.
12
import argparse
23
import os
34
import os.path as osp

.dev_scripts/convert_train_benchmark_script.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) OpenMMLab. All rights reserved.
12
import argparse
23
import os
34
import os.path as osp

.dev_scripts/gather_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) OpenMMLab. All rights reserved.
12
import argparse
23
import glob
34
import json

.dev_scripts/gather_test_benchmark_metric.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) OpenMMLab. All rights reserved.
12
import argparse
23
import glob
34
import os.path as osp

.dev_scripts/gather_train_benchmark_metric.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) OpenMMLab. All rights reserved.
12
import argparse
23
import glob
34
import os.path as osp

.dev_scripts/test_init_backbone.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) OpenMMLab. All rights reserved.
12
"""Check out backbone whether successfully load pretrained checkpoint."""
23
import copy
34
import os

0 commit comments

Comments
 (0)