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:
commit
ef31f37c94
@ -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,
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
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.
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||||||
import os
|
import os
|
||||||
import os.path as osp
|
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.
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
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.
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||||||
# Original: tools/pytorch2onnx.py, modified by Kneron
|
# Original: tools/pytorch2onnx.py, modified by Kneron
|
||||||
import argparse
|
import argparse
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user