use shorter kneron license line
This commit is contained in:
parent
a326bc75be
commit
f02cdeae3d
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
2
setup.py
2
setup.py
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user