[to #42322933]update copyright header for body-2d-keypoints

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10311587
This commit is contained in:
shouzhou.bx
2022-10-01 11:38:29 +08:00
committed by yingda.chen
parent 00a078c9b5
commit 29160fa9da
3 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# The implementation is based on HRNET, available at https://github.com/HRNet/HigherHRNet-Human-Pose-Estimation.
import os
import numpy as np

View File

@@ -1,3 +1,5 @@
# The implementation is based on HRNET, available at https://github.com/HRNet/HigherHRNet-Human-Pose-Estimation.
cfg_128x128_15 = {
'DATASET': {
'TYPE': 'DAMO',

View File

@@ -1,3 +1,5 @@
# Copyright (c) Alibaba, Inc. and its affiliates.
import os.path as osp
from typing import Any, Dict, List, Union