Skip to content

Commit

Permalink
* rebase to master and add copyright to new files
Browse files Browse the repository at this point in the history
* move benchmark_regression into .dev_scripts/benchmark
  • Loading branch information
ly015 committed Aug 26, 2021
1 parent 9d1b282 commit 8a68c46
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) OpenMMLab. All rights reserved.
import argparse
import math
import os
Expand Down Expand Up @@ -31,7 +32,7 @@ def parse_args():
parser.add_argument(
'--config',
help='test config file path',
default='./.dev_scripts/benchmark_regression_cfg_tmpl.yaml')
default='./.dev_scripts/benchmark/benchmark_regression_cfg.yaml')
parser.add_argument(
'--priority',
nargs=2,
Expand Down
1 change: 1 addition & 0 deletions mmpose/datasets/datasets/top_down/topdown_mhp_dataset.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) OpenMMLab. All rights reserved.
import warnings

import numpy as np
Expand Down
1 change: 1 addition & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Copyright (c) OpenMMLab. All rights reserved.
1 change: 1 addition & 0 deletions tests/test_apis/test_inference_3d.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) OpenMMLab. All rights reserved.
import os.path as osp
import tempfile

Expand Down
1 change: 1 addition & 0 deletions tests/test_datasets/test_mesh_dataset.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) OpenMMLab. All rights reserved.
import tempfile

from mmpose.datasets import DATASETS
Expand Down
1 change: 1 addition & 0 deletions tests/test_external/test_smpl.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) OpenMMLab. All rights reserved.
import os.path as osp
import tempfile

Expand Down
1 change: 1 addition & 0 deletions tests/test_models/test_mesh_forward.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) OpenMMLab. All rights reserved.
import os.path as osp
import tempfile

Expand Down
1 change: 1 addition & 0 deletions tests/utils/mesh_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) OpenMMLab. All rights reserved.
import os
import pickle

Expand Down

0 comments on commit 8a68c46

Please sign in to comment.