This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
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
00a078c9b5
commit
29160fa9da
3 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
modelscope/models/cv/body_2d_keypoints/hrnet_v2.py
+2
-0
modelscope/models/cv/body_2d_keypoints/w48.py
+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
Write
Preview
Loading…
Cancel
Save