From 4e00a325ad5df4ff128a4b5180b889f015bce9a8 Mon Sep 17 00:00:00 2001 From: "lllcho.lc" Date: Wed, 21 Sep 2022 19:42:07 +0800 Subject: [PATCH] [to #42322933] add license Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10202082 --- modelscope/pipelines/cv/action_detection_pipeline.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modelscope/pipelines/cv/action_detection_pipeline.py b/modelscope/pipelines/cv/action_detection_pipeline.py index 72335d5b..74d1862e 100644 --- a/modelscope/pipelines/cv/action_detection_pipeline.py +++ b/modelscope/pipelines/cv/action_detection_pipeline.py @@ -1,3 +1,5 @@ +# Copyright (c) Alibaba, Inc. and its affiliates. + import math import os.path as osp from typing import Any, Dict