Merge branch 'modify_lincense' into 'Kn_dev_v0.21.1'

use shorter kneron license line

See merge request eric_wu/mmsegmentation!4
This commit is contained in:
Chingning Chen 2022-04-11 11:51:08 +08:00
commit ef31f37c94
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. # Copyright (c) OpenMMLab. All rights reserved.
from .inference import ( from .inference import (
inference_segmentor, 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. # Copyright (c) OpenMMLab. All rights reserved.
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
import mmcv 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. # Copyright (c) OpenMMLab. All rights reserved.
from .base import BaseSegmentor, ONNXRuntimeSegmentorKN from .base import BaseSegmentor, ONNXRuntimeSegmentorKN
from .cascade_encoder_decoder import CascadeEncoderDecoder 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. # Copyright (c) OpenMMLab. All rights reserved.
import warnings import warnings
from abc import ABCMeta, abstractmethod 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. # Copyright (c) OpenMMLab. All rights reserved.
import torch import torch
import torch.nn as nn 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. # Copyright (c) OpenMMLab. All rights reserved.
import os import os
import os.path as osp 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. # Copyright (c) OpenMMLab. All rights reserved.
import argparse import argparse
import os 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. # Copyright (c) OpenMMLab. All rights reserved.
# Original: tools/pytorch2onnx.py, modified by Kneron # Original: tools/pytorch2onnx.py, modified by Kneron
import argparse import argparse