Skip to content

Commit

Permalink
copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
longkun-uestc committed Oct 17, 2019
1 parent c630e7d commit fa4764c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 43 deletions.
6 changes: 1 addition & 5 deletions mrcnn/config.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 2 additions & 6 deletions mrcnn/model.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
15 changes: 1 addition & 14 deletions mrcnn/parallel_model.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 0 additions & 9 deletions mrcnn/utils.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 0 additions & 9 deletions mrcnn/visualize.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fa4764c

Please sign in to comment.