add kneron license for kneron modified code
This commit is contained in:
parent
9eaf166bd5
commit
577de6d968
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
1
setup.py
1
setup.py
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user