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
commit
91231b3c15
4 changed files with 4 additions and 0 deletions
  1. +1
    -0
      modelscope/pipelines/cv/mog_face_detection_pipeline.py
  2. +1
    -0
      modelscope/pipelines/cv/mtcnn_face_detection_pipeline.py
  3. +1
    -0
      modelscope/pipelines/cv/retina_face_detection_pipeline.py
  4. +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



Loading…
Cancel
Save