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
] add license header for cv/action-detection
Link:
https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10198112
* add lic
master
lllcho.lc
yingda.chen
3 years ago
parent
83ab586a65
commit
4c26a5a757
2 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
modelscope/models/cv/action_detection/action_detection_onnx.py
+2
-0
modelscope/pipelines/cv/action_recognition_pipeline.py
+ 2
- 0
modelscope/models/cv/action_detection/action_detection_onnx.py
View File
@@ -1,3 +1,5 @@
# Copyright (c) Alibaba, Inc. and its affiliates.
import os
import os
import os.path as osp
import os.path as osp
import shutil
import shutil
+ 2
- 0
modelscope/pipelines/cv/action_recognition_pipeline.py
View File
@@ -1,3 +1,5 @@
# Copyright (c) Alibaba, Inc. and its affiliates.
import math
import math
import os.path as osp
import os.path as osp
from typing import Any, Dict
from typing import Any, Dict
Write
Preview
Loading…
Cancel
Save