Skip to content

Commit

Permalink
license change
Browse files Browse the repository at this point in the history
  • Loading branch information
HaozhiQi committed Jun 13, 2018
1 parent d510759 commit 02727bd
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 18 deletions.
3 changes: 1 addition & 2 deletions experiments/deeplab/deeplab_test.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# --------------------------------------------------------
# Deformable Convolutional Networks
# Copyright (c) 2016 by Contributors
# Copyright (c) 2017 Microsoft
# Licensed under The Apache-2.0 License [see LICENSE for details]
# Licensed under The MIT License [see LICENSE for details]
# Written by Zheng Zhang
# --------------------------------------------------------

Expand Down
3 changes: 1 addition & 2 deletions experiments/deeplab/deeplab_train_test.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# --------------------------------------------------------
# Deformable Convolutional Networks
# Copyright (c) 2016 by Contributors
# Copyright (c) 2017 Microsoft
# Licensed under The Apache-2.0 License [see LICENSE for details]
# Licensed under The MIT License [see LICENSE for details]
# Written by Zheng Zhang
# --------------------------------------------------------

Expand Down
5 changes: 3 additions & 2 deletions experiments/faster_rcnn/rcnn_end2end_train_test.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# --------------------------------------------------------
# Deformable Convolutional Networks
# Copyright (c) 2017 Microsoft
# Licensed under The Apache-2.0 License [see LICENSE for details]
# Modified by Guodong Zhang
# Licensed under The MIT License [see LICENSE for details]
# Written by Guodong Zhang
# --------------------------------------------------------

import os
import sys
os.environ['PYTHONUNBUFFERED'] = '1'
Expand Down
4 changes: 2 additions & 2 deletions experiments/faster_rcnn/rcnn_test.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# --------------------------------------------------------
# Deformable Convolutional Networks
# Copyright (c) 2017 Microsoft
# Licensed under The Apache-2.0 License [see LICENSE for details]
# Modified by Guodong Zhang
# Licensed under The MIT License [see LICENSE for details]
# Written by Guodong Zhang
# --------------------------------------------------------

import os
Expand Down
4 changes: 2 additions & 2 deletions experiments/faster_rcnn/rcnn_train_test.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# --------------------------------------------------------
# Deformable Convolutional Networks
# Copyright (c) 2017 Microsoft
# Licensed under The Apache-2.0 License [see LICENSE for details]
# Modified by Guodong Zhang
# Licensed under The MIT License [see LICENSE for details]
# Written by Guodong Zhang
# --------------------------------------------------------

import os
Expand Down
4 changes: 2 additions & 2 deletions experiments/fpn/fpn_end2end_train_test.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# --------------------------------------------------------
# Deformable Convolutional Networks
# Copyright (c) 2017 Microsoft
# Licensed under The Apache-2.0 License [see LICENSE for details]
# Modified by Guodong Zhang
# Licensed under The MIT License [see LICENSE for details]
# Written by Haozhi Qi
# --------------------------------------------------------
import os
import sys
Expand Down
4 changes: 2 additions & 2 deletions experiments/fpn/fpn_test.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# --------------------------------------------------------
# Deformable Convolutional Networks
# Copyright (c) 2017 Microsoft
# Licensed under The Apache-2.0 License [see LICENSE for details]
# Modified by Guodong Zhang
# Licensed under The MIT License [see LICENSE for details]
# Written by Haozhi Qi
# --------------------------------------------------------

import os
Expand Down
2 changes: 1 addition & 1 deletion experiments/rfcn/rfcn_alternate_train_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --------------------------------------------------------
# Deformable Convolutional Networks
# Copyright (c) 2017 Microsoft
# Licensed under The Apache-2.0 License [see LICENSE for details]
# Licensed under The MIT License [see LICENSE for details]
# Written by Yuwen Xiong
# --------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion experiments/rfcn/rfcn_end2end_train_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --------------------------------------------------------
# Deformable Convolutional Networks
# Copyright (c) 2017 Microsoft
# Licensed under The Apache-2.0 License [see LICENSE for details]
# Licensed under The MIT License [see LICENSE for details]
# Written by Yuwen Xiong
# --------------------------------------------------------
import os
Expand Down
2 changes: 1 addition & 1 deletion experiments/rfcn/rfcn_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --------------------------------------------------------
# Deformable Convolutional Networks
# Copyright (c) 2017 Microsoft
# Licensed under The Apache-2.0 License [see LICENSE for details]
# Licensed under The MIT License [see LICENSE for details]
# Written by Yuwen Xiong
# --------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion experiments/rfcn/rfcn_train_test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# --------------------------------------------------------
# Deformable Convolutional Networks
# Copyright (c) 2017 Microsoft
# Licensed under The Apache-2.0 License [see LICENSE for details]
# Licensed under The MIT License [see LICENSE for details]
# Written by Yuwen Xiong
# --------------------------------------------------------

Expand Down

0 comments on commit 02727bd

Please sign in to comment.