use shorter kneron license line

This commit is contained in:
EricChunYi 2022-04-11 11:48:31 +08:00
parent a326bc75be
commit f02cdeae3d
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# All modification made by Kneron Corporation: Copyright (c) 2022 Kneron Corporation
# All modification made by Kneron Corp.: Copyright (c) 2022 Kneron Corp.
# Copyright (c) OpenMMLab. All rights reserved.
from .inference import (
inference_segmentor,

View File

@ -1,4 +1,4 @@
# All modification made by Kneron Corporation: Copyright (c) 2022 Kneron Corporation
# All modification made by Kneron Corp.: Copyright (c) 2022 Kneron Corp.
# Copyright (c) OpenMMLab. All rights reserved.
import matplotlib.pyplot as plt
import mmcv

View File

@ -1,4 +1,4 @@
# All modification made by Kneron Corporation: Copyright (c) 2022 Kneron Corporation
# All modification made by Kneron Corp.: Copyright (c) 2022 Kneron Corp.
# Copyright (c) OpenMMLab. All rights reserved.
from .base import BaseSegmentor, ONNXRuntimeSegmentorKN
from .cascade_encoder_decoder import CascadeEncoderDecoder

View File

@ -1,4 +1,4 @@
# All modification made by Kneron Corporation: Copyright (c) 2022 Kneron Corporation
# All modification made by Kneron Corp.: Copyright (c) 2022 Kneron Corp.
# Copyright (c) OpenMMLab. All rights reserved.
import warnings
from abc import ABCMeta, abstractmethod

View File

@ -1,4 +1,4 @@
# All modification made by Kneron Corporation: Copyright (c) 2022 Kneron Corporation
# All modification made by Kneron Corp.: Copyright (c) 2022 Kneron Corp.
# Copyright (c) OpenMMLab. All rights reserved.
import torch
import torch.nn as nn

View File

@ -1,4 +1,4 @@
# All modification made by Kneron Corporation: Copyright (c) 2022 Kneron Corporation
# All modification made by Kneron Corp.: Copyright (c) 2022 Kneron Corp.
# Copyright (c) OpenMMLab. All rights reserved.
import os
import os.path as osp

View File

@ -1,4 +1,4 @@
# All modification made by Kneron Corporation: Copyright (c) 2022 Kneron Corporation
# All modification made by Kneron Corp.: Copyright (c) 2022 Kneron Corp.
# Copyright (c) OpenMMLab. All rights reserved.
import argparse
import os

View File

@ -1,4 +1,4 @@
# All modification made by Kneron Corporation: Copyright (c) 2022 Kneron Corporation
# All modification made by Kneron Corp.: Copyright (c) 2022 Kneron Corp.
# Copyright (c) OpenMMLab. All rights reserved.
# Original: tools/pytorch2onnx.py, modified by Kneron
import argparse