diff --git a/dff_deeplab/config/config.py b/dff_deeplab/config/config.py index f7c79ab..9fdf74f 100644 --- a/dff_deeplab/config/config.py +++ b/dff_deeplab/config/config.py @@ -1,9 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2016 by Contributors -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Modified by Xizhou Zhu, Yuwen Xiong, Bin Xiao +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import yaml diff --git a/dff_deeplab/core/DataParallelExecutorGroup.py b/dff_deeplab/core/DataParallelExecutorGroup.py index 1c7edbe..d5b0059 100644 --- a/dff_deeplab/core/DataParallelExecutorGroup.py +++ b/dff_deeplab/core/DataParallelExecutorGroup.py @@ -1,9 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2016 by Contributors -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Modified by Yuwen Xiong +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import logging diff --git a/dff_deeplab/core/callback.py b/dff_deeplab/core/callback.py index 07eaa1f..16fa375 100644 --- a/dff_deeplab/core/callback.py +++ b/dff_deeplab/core/callback.py @@ -1,9 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2016 by Contributors -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Modified by Yuwen Xiong +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import time diff --git a/dff_deeplab/core/loader.py b/dff_deeplab/core/loader.py index a13c4d1..9145cbf 100644 --- a/dff_deeplab/core/loader.py +++ b/dff_deeplab/core/loader.py @@ -1,9 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2016 by Contributors -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Modified by Xizhou Zhu, Yuwen Xiong +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import numpy as np diff --git a/dff_deeplab/core/metric.py b/dff_deeplab/core/metric.py index 371ba5f..09af279 100644 --- a/dff_deeplab/core/metric.py +++ b/dff_deeplab/core/metric.py @@ -1,9 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2016 by Contributors -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Modified by Yuwen Xiong +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import mxnet as mx diff --git a/dff_deeplab/core/module.py b/dff_deeplab/core/module.py index d466624..5832fbb 100644 --- a/dff_deeplab/core/module.py +++ b/dff_deeplab/core/module.py @@ -1,9 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2016 by Contributors -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Modified by Yuwen Xiong +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- """A `MutableModule` implement the `BaseModule` API, and allows input shape diff --git a/dff_deeplab/core/rcnn.py b/dff_deeplab/core/rcnn.py index abe00da..fbf4cd2 100644 --- a/dff_deeplab/core/rcnn.py +++ b/dff_deeplab/core/rcnn.py @@ -1,9 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2016 by Contributors -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Modified by Yuwen Xiong +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- """ Fast R-CNN: diff --git a/dff_deeplab/core/tester.py b/dff_deeplab/core/tester.py index b6afb6b..23f48c2 100644 --- a/dff_deeplab/core/tester.py +++ b/dff_deeplab/core/tester.py @@ -1,9 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2016 by Contributors -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Modified by Xizhou Zhu, Yuwen Xiong +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- from multiprocessing.pool import ThreadPool as Pool diff --git a/dff_deeplab/demo.py b/dff_deeplab/demo.py index 535339d..b79b236 100644 --- a/dff_deeplab/demo.py +++ b/dff_deeplab/demo.py @@ -1,8 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Written by Xizhou Zhu, Yi Li, Haochen Zhang +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import _init_paths diff --git a/dff_deeplab/operator_py/box_annotator_ohem.py b/dff_deeplab/operator_py/box_annotator_ohem.py index 4860f89..a946a6b 100644 --- a/dff_deeplab/operator_py/box_annotator_ohem.py +++ b/dff_deeplab/operator_py/box_annotator_ohem.py @@ -1,8 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Written by Yuwen Xiong +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- """ diff --git a/dff_deeplab/operator_py/proposal_target.py b/dff_deeplab/operator_py/proposal_target.py index f25d309..949be8a 100644 --- a/dff_deeplab/operator_py/proposal_target.py +++ b/dff_deeplab/operator_py/proposal_target.py @@ -1,9 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2016 by Contributors -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Modified by Yuwen Xiong +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- """ diff --git a/dff_deeplab/operator_py/rpn_inv_normalize.py b/dff_deeplab/operator_py/rpn_inv_normalize.py index 211674f..1d96ef3 100644 --- a/dff_deeplab/operator_py/rpn_inv_normalize.py +++ b/dff_deeplab/operator_py/rpn_inv_normalize.py @@ -1,8 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Written by Xizhou Zhu +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import mxnet as mx diff --git a/dff_deeplab/operator_py/tile_as.py b/dff_deeplab/operator_py/tile_as.py index 36901f3..573ef12 100644 --- a/dff_deeplab/operator_py/tile_as.py +++ b/dff_deeplab/operator_py/tile_as.py @@ -1,8 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Written by Xizhou Zhu +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import mxnet as mx diff --git a/dff_deeplab/symbols/accel_101.py b/dff_deeplab/symbols/accel_101.py index 159f1c4..16f695f 100644 --- a/dff_deeplab/symbols/accel_101.py +++ b/dff_deeplab/symbols/accel_101.py @@ -2,7 +2,7 @@ # Accel # Copyright (c) 2019 # Licensed under the MIT License [see LICENSE for details] -# Written by Samvit Jain +# Modified by Samvit Jain # -------------------------------------------------------- import cPickle diff --git a/dff_deeplab/symbols/accel_18.py b/dff_deeplab/symbols/accel_18.py index d160174..a201e58 100644 --- a/dff_deeplab/symbols/accel_18.py +++ b/dff_deeplab/symbols/accel_18.py @@ -2,7 +2,7 @@ # Accel # Copyright (c) 2019 # Licensed under the MIT License [see LICENSE for details] -# Written by Samvit Jain +# Modified by Samvit Jain # -------------------------------------------------------- import cPickle diff --git a/dff_deeplab/symbols/accel_34.py b/dff_deeplab/symbols/accel_34.py index 9db0f3e..fb627b0 100644 --- a/dff_deeplab/symbols/accel_34.py +++ b/dff_deeplab/symbols/accel_34.py @@ -2,7 +2,7 @@ # Accel # Copyright (c) 2019 # Licensed under the MIT License [see LICENSE for details] -# Written by Samvit Jain +# Modified by Samvit Jain # -------------------------------------------------------- import cPickle diff --git a/dff_deeplab/symbols/accel_50.py b/dff_deeplab/symbols/accel_50.py index b970b1c..e43c412 100644 --- a/dff_deeplab/symbols/accel_50.py +++ b/dff_deeplab/symbols/accel_50.py @@ -2,7 +2,7 @@ # Accel # Copyright (c) 2019 # Licensed under the MIT License [see LICENSE for details] -# Written by Samvit Jain +# Modified by Samvit Jain # -------------------------------------------------------- import cPickle diff --git a/dff_deeplab/symbols/resnet_v1_101_flownet_deeplab.py b/dff_deeplab/symbols/resnet_v1_101_flownet_deeplab.py index 38b8ec5..8547d12 100644 --- a/dff_deeplab/symbols/resnet_v1_101_flownet_deeplab.py +++ b/dff_deeplab/symbols/resnet_v1_101_flownet_deeplab.py @@ -1,8 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Written by Yuwen Xiong, Xizhou Zhu +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import cPickle diff --git a/dff_deeplab/test.py b/dff_deeplab/test.py index c21c909..a3c5af6 100644 --- a/dff_deeplab/test.py +++ b/dff_deeplab/test.py @@ -1,9 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2016 by Contributors -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Modified by Yuwen Xiong +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import _init_paths diff --git a/dff_deeplab/train_end2end.py b/dff_deeplab/train_end2end.py index 82269fa..759de4e 100644 --- a/dff_deeplab/train_end2end.py +++ b/dff_deeplab/train_end2end.py @@ -1,9 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2016 by Contributors -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Modified by Yuwen Xiong +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import _init_paths diff --git a/experiments/dff_deeplab/dff_deeplab_end2end_train_test.py b/experiments/dff_deeplab/dff_deeplab_end2end_train_test.py index bd5c6d6..52ac629 100644 --- a/experiments/dff_deeplab/dff_deeplab_end2end_train_test.py +++ b/experiments/dff_deeplab/dff_deeplab_end2end_train_test.py @@ -1,8 +1,8 @@ # -------------------------------------------------------- -# Deformable Convolutional Networks -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Written by Yuwen Xiong +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import os import sys diff --git a/experiments/dff_deeplab/dff_deeplab_test.py b/experiments/dff_deeplab/dff_deeplab_test.py index f328b4b..0af659a 100644 --- a/experiments/dff_deeplab/dff_deeplab_test.py +++ b/experiments/dff_deeplab/dff_deeplab_test.py @@ -1,8 +1,8 @@ # -------------------------------------------------------- -# Deformable Convolutional Networks -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Written by Yuwen Xiong +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import os diff --git a/lib/dataset/cityscape.py b/lib/dataset/cityscape.py index 9a91cff..4bca47c 100644 --- a/lib/dataset/cityscape.py +++ b/lib/dataset/cityscape.py @@ -1,9 +1,8 @@ # -------------------------------------------------------- -# Deformable Convolutional Networks -# Copyright (c) 2016 by Contributors -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Written by Zheng Zhang +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import cPickle diff --git a/lib/segmentation/segmentation.py b/lib/segmentation/segmentation.py index fc9d579..b123167 100644 --- a/lib/segmentation/segmentation.py +++ b/lib/segmentation/segmentation.py @@ -1,3 +1,9 @@ +# -------------------------------------------------------- +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain +# -------------------------------------------------------- """ Segmentation: data = diff --git a/lib/utils/PrefetchingIter.py b/lib/utils/PrefetchingIter.py index 3c23ec6..7b8d373 100644 --- a/lib/utils/PrefetchingIter.py +++ b/lib/utils/PrefetchingIter.py @@ -1,9 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2016 by Contributors -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Modified by Yuwen Xiong +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- diff --git a/lib/utils/create_logger.py b/lib/utils/create_logger.py index 82d6fa9..3385723 100644 --- a/lib/utils/create_logger.py +++ b/lib/utils/create_logger.py @@ -1,8 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Written by Bin Xiao +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import os diff --git a/lib/utils/image.py b/lib/utils/image.py index 6665962..82f9b65 100644 --- a/lib/utils/image.py +++ b/lib/utils/image.py @@ -1,3 +1,10 @@ +# -------------------------------------------------------- +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain +# -------------------------------------------------------- + import numpy as np import os import cv2 diff --git a/lib/utils/image_processing.py b/lib/utils/image_processing.py index 4227ba3..d164686 100644 --- a/lib/utils/image_processing.py +++ b/lib/utils/image_processing.py @@ -1,3 +1,10 @@ +# -------------------------------------------------------- +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain +# -------------------------------------------------------- + import numpy as np import cv2 diff --git a/lib/utils/lr_scheduler.py b/lib/utils/lr_scheduler.py index 2f05ff9..fd8bd4b 100644 --- a/lib/utils/lr_scheduler.py +++ b/lib/utils/lr_scheduler.py @@ -1,8 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Written by Yuwen Xiong +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- diff --git a/lib/utils/show_boxes.py b/lib/utils/show_boxes.py index 4ce8e8d..1119944 100644 --- a/lib/utils/show_boxes.py +++ b/lib/utils/show_boxes.py @@ -1,8 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Written by Yi Li, Haocheng Zhang, Xizhou Zhu +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import matplotlib.pyplot as plt diff --git a/lib/utils/symbol.py b/lib/utils/symbol.py index 53081a5..dfededd 100644 --- a/lib/utils/symbol.py +++ b/lib/utils/symbol.py @@ -1,8 +1,8 @@ # -------------------------------------------------------- -# Deep Feature Flow -# Copyright (c) 2017 Microsoft -# Licensed under The Apache-2.0 License [see LICENSE for details] -# Written by Yuwen Xiong +# Accel +# Copyright (c) 2019 +# Licensed under the MIT License [see LICENSE for details] +# Modified by Samvit Jain # -------------------------------------------------------- import numpy as np