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
commit
4c26a5a757
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      modelscope/models/cv/action_detection/action_detection_onnx.py
  2. +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.path as osp
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 os.path as osp
from typing import Any, Dict


Loading…
Cancel
Save