Browse Source

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

Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10311587
master
shouzhou.bx yingda.chen 3 years ago
parent
commit
29160fa9da
3 changed files with 6 additions and 0 deletions
  1. +2
    -0
      modelscope/models/cv/body_2d_keypoints/hrnet_v2.py
  2. +2
    -0
      modelscope/models/cv/body_2d_keypoints/w48.py
  3. +2
    -0
      modelscope/pipelines/cv/body_2d_keypoints_pipeline.py

+ 2
- 0
modelscope/models/cv/body_2d_keypoints/hrnet_v2.py 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


+ 2
- 0
modelscope/models/cv/body_2d_keypoints/w48.py 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',


+ 2
- 0
modelscope/pipelines/cv/body_2d_keypoints_pipeline.py 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



Loading…
Cancel
Save