From fa4764c061f49ba3721fc20665ba84cc6b689e93 Mon Sep 17 00:00:00 2001 From: longkun123 <1256904448@qq.com> Date: Thu, 17 Oct 2019 13:54:25 +0800 Subject: [PATCH] copyright --- mrcnn/config.py | 6 +----- mrcnn/model.py | 8 ++------ mrcnn/parallel_model.py | 15 +-------------- mrcnn/utils.py | 9 --------- mrcnn/visualize.py | 9 --------- 5 files changed, 4 insertions(+), 43 deletions(-) diff --git a/mrcnn/config.py b/mrcnn/config.py index 6f3b887..78203b7 100644 --- a/mrcnn/config.py +++ b/mrcnn/config.py @@ -1,10 +1,6 @@ """ -Mask R-CNN +P_Mask RCNN Base Configurations class. - -Copyright (c) 2017 Matterport, Inc. -Licensed under the MIT License (see LICENSE for details) -Written by Waleed Abdulla """ import numpy as np diff --git a/mrcnn/model.py b/mrcnn/model.py index 85e508b..5d624fd 100644 --- a/mrcnn/model.py +++ b/mrcnn/model.py @@ -1,10 +1,6 @@ """ -Mask R-CNN -The main Mask R-CNN model implementation. - -Copyright (c) 2017 Matterport, Inc. -Licensed under the MIT License (see LICENSE for details) -Written by Waleed Abdulla +P_Mask RCNN +The main P_Mask RCNN model implementation. """ import os diff --git a/mrcnn/parallel_model.py b/mrcnn/parallel_model.py index d2bf53b..89954c9 100644 --- a/mrcnn/parallel_model.py +++ b/mrcnn/parallel_model.py @@ -1,17 +1,4 @@ -""" -Mask R-CNN -Multi-GPU Support for Keras. - -Copyright (c) 2017 Matterport, Inc. -Licensed under the MIT License (see LICENSE for details) -Written by Waleed Abdulla - -Ideas and a small code snippets from these sources: -https://github.com/fchollet/keras/issues/2436 -https://medium.com/@kuza55/transparent-multi-gpu-training-on-tensorflow-with-keras-8b0016fd9012 -https://github.com/avolkov1/keras_experiments/blob/master/keras_exp/multigpu/ -https://github.com/fchollet/keras/blob/master/keras/utils/training_utils.py -""" + import tensorflow as tf import keras.backend as K diff --git a/mrcnn/utils.py b/mrcnn/utils.py index 66e1e48..94c98f0 100644 --- a/mrcnn/utils.py +++ b/mrcnn/utils.py @@ -1,12 +1,3 @@ -""" -Mask R-CNN -Common utility functions and classes. - -Copyright (c) 2017 Matterport, Inc. -Licensed under the MIT License (see LICENSE for details) -Written by Waleed Abdulla -""" - import sys import os import logging diff --git a/mrcnn/visualize.py b/mrcnn/visualize.py index d1eead8..c69664e 100644 --- a/mrcnn/visualize.py +++ b/mrcnn/visualize.py @@ -1,12 +1,3 @@ -""" -Mask R-CNN -Display and Visualization Functions. - -Copyright (c) 2017 Matterport, Inc. -Licensed under the MIT License (see LICENSE for details) -Written by Waleed Abdulla -""" - import os import sys import random