Merge branch 'add_license' into 'Kn_dev_v0.21.1'

add kneron license for kneron modified code

See merge request eric_wu/mmsegmentation!3
This commit is contained in:
Chingning Chen 2022-04-11 11:22:06 +08:00
commit a326bc75be
8 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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