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 copyright on mogface,retinaface,mtcnn,ulfd pipeline
Link:
https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10266086
master
ly261666
yingda.chen
3 years ago
parent
d721fabb34
commit
91231b3c15
4 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
modelscope/pipelines/cv/mog_face_detection_pipeline.py
+1
-0
modelscope/pipelines/cv/mtcnn_face_detection_pipeline.py
+1
-0
modelscope/pipelines/cv/retina_face_detection_pipeline.py
+1
-0
modelscope/pipelines/cv/ulfd_face_detection_pipeline.py
+ 1
- 0
modelscope/pipelines/cv/mog_face_detection_pipeline.py
View File
@@ -1,3 +1,4 @@
# Copyright (c) Alibaba, Inc. and its affiliates.
import os.path as osp
from typing import Any, Dict
+ 1
- 0
modelscope/pipelines/cv/mtcnn_face_detection_pipeline.py
View File
@@ -1,3 +1,4 @@
# Copyright (c) Alibaba, Inc. and its affiliates.
import os.path as osp
from typing import Any, Dict
+ 1
- 0
modelscope/pipelines/cv/retina_face_detection_pipeline.py
View File
@@ -1,3 +1,4 @@
# Copyright (c) Alibaba, Inc. and its affiliates.
import os.path as osp
from typing import Any, Dict
+ 1
- 0
modelscope/pipelines/cv/ulfd_face_detection_pipeline.py
View File
@@ -1,3 +1,4 @@
# Copyright (c) Alibaba, Inc. and its affiliates.
import os.path as osp
from typing import Any, Dict
Write
Preview
Loading…
Cancel
Save