Skip to content

Commit

Permalink
Version 2.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
tylin committed Jul 29, 2015
1 parent 9580b4e commit 0c3123a
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion MatlabAPI/CocoApi.m
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
% CocoApi>getImgIds, CocoApi>loadAnns, CocoApi>loadCats,
% CocoApi>loadImgs, CocoApi>showAnns, CocoApi>loadRes, CocoApi>download
%
% Microsoft COCO Toolbox. Version 1.0
% Microsoft COCO Toolbox. version 2.0
% Data, paper, and tutorials available at: http://mscoco.org/
% Code written by Piotr Dollar and Tsung-Yi Lin, 2015.
% Licensed under the Simplified BSD License [see coco/license.txt]
Expand Down
2 changes: 1 addition & 1 deletion MatlabAPI/CocoEval.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
%
% See also CocoApi, MaskApi, cocoDemo, evalDemo
%
% Microsoft COCO Toolbox. Version 1.0
% Microsoft COCO Toolbox. version 2.0
% Data, paper, and tutorials available at: http://mscoco.org/
% Code written by Piotr Dollar and Tsung-Yi Lin, 2015.
% Licensed under the Simplified BSD License [see coco/license.txt]
Expand Down
2 changes: 1 addition & 1 deletion MatlabAPI/CocoUtils.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
% CocoUtils>validateOnImageNet CocoUtils>generateFakeDt
% CocoUtils>validateMaskApi
%
% Microsoft COCO Toolbox. Version 1.0
% Microsoft COCO Toolbox. version 2.0
% Data, paper, and tutorials available at: http://mscoco.org/
% Code written by Piotr Dollar and Tsung-Yi Lin, 2015.
% Licensed under the Simplified BSD License [see coco/license.txt]
Expand Down
2 changes: 1 addition & 1 deletion MatlabAPI/MaskApi.m
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
% 'private/maskApiMex.c','-largeArrayDims','-outdir','private');
% Please do not contact us for help with compiling.
%
% Microsoft COCO Toolbox. Version 1.0
% Microsoft COCO Toolbox. version 2.0
% Data, paper, and tutorials available at: http://mscoco.org/
% Code written by Piotr Dollar and Tsung-Yi Lin, 2015.
% Licensed under the Simplified BSD License [see coco/license.txt]
Expand Down
2 changes: 1 addition & 1 deletion MatlabAPI/gason.m
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
%
% See also
%
% Microsoft COCO Toolbox. Version 1.0
% Microsoft COCO Toolbox. version 2.0
% Data, paper, and tutorials available at: http://mscoco.org/
% Code written by Piotr Dollar and Tsung-Yi Lin, 2015.
% Licensed under the Simplified BSD License [see coco/license.txt]
Expand Down
2 changes: 1 addition & 1 deletion MatlabAPI/private/gasonMex.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**************************************************************************
* Microsoft COCO Toolbox. Version 1.0
* Microsoft COCO Toolbox. version 2.0
* Data, paper, and tutorials available at: http://mscoco.org/
* Code written by Piotr Dollar and Tsung-Yi Lin, 2015.
* Licensed under the Simplified BSD License [see coco/license.txt]
Expand Down
2 changes: 1 addition & 1 deletion MatlabAPI/private/maskApi.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**************************************************************************
* Microsoft COCO Toolbox. Version 1.0
* Microsoft COCO Toolbox. version 2.0
* Data, paper, and tutorials available at: http://mscoco.org/
* Code written by Piotr Dollar and Tsung-Yi Lin, 2015.
* Licensed under the Simplified BSD License [see coco/license.txt]
Expand Down
2 changes: 1 addition & 1 deletion MatlabAPI/private/maskApi.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**************************************************************************
* Microsoft COCO Toolbox. Version 1.0
* Microsoft COCO Toolbox. version 2.0
* Data, paper, and tutorials available at: http://mscoco.org/
* Code written by Piotr Dollar and Tsung-Yi Lin, 2015.
* Licensed under the Simplified BSD License [see coco/license.txt]
Expand Down
2 changes: 1 addition & 1 deletion MatlabAPI/private/maskApiMex.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**************************************************************************
* Microsoft COCO Toolbox. Version 1.0
* Microsoft COCO Toolbox. version 2.0
* Data, paper, and tutorials available at: http://mscoco.org/
* Code written by Piotr Dollar and Tsung-Yi Lin, 2015.
* Licensed under the Simplified BSD License [see coco/license.txt]
Expand Down
2 changes: 1 addition & 1 deletion PythonAPI/pycocotools/_mask.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# distutils: sources = ../MatlabAPI/private/maskApi.c

#**************************************************************************
# Microsoft COCO Toolbox. Version 1.0
# Microsoft COCO Toolbox. version 2.0
# Data, paper, and tutorials available at: http://mscoco.org/
# Code written by Piotr Dollar and Tsung-Yi Lin, 2015.
# Licensed under the Simplified BSD License [see coco/license.txt]
Expand Down
2 changes: 1 addition & 1 deletion PythonAPI/pycocotools/coco.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
# COCO>getImgIds, COCO>loadAnns, COCO>loadCats,
# COCO>loadImgs, COCO>segToMask, COCO>showAnns

# Microsoft COCO Toolbox. Version 1.0
# Microsoft COCO Toolbox. version 2.0
# Data, paper, and tutorials available at: http://mscoco.org/
# Code written by Piotr Dollar and Tsung-Yi Lin, 2014.
# Licensed under the Simplified BSD License [see bsd.txt]
Expand Down
2 changes: 1 addition & 1 deletion PythonAPI/pycocotools/cocoeval.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class COCOeval:
#
# See also coco, mask, pycocoDemo, pycocoEvalDemo
#
# Microsoft COCO Toolbox. Version 1.0
# Microsoft COCO Toolbox. version 2.0
# Data, paper, and tutorials available at: http://mscoco.org/
# Code written by Piotr Dollar and Tsung-Yi Lin, 2015.
# Licensed under the Simplified BSD License [see coco/license.txt]
Expand Down
2 changes: 1 addition & 1 deletion PythonAPI/pycocotools/mask.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# To compile run "python setup.py build_ext --inplace"
# Please do not contact us for help with compiling.
#
# Microsoft COCO Toolbox. Version 1.0
# Microsoft COCO Toolbox. version 2.0
# Data, paper, and tutorials available at: http://mscoco.org/
# Code written by Piotr Dollar and Tsung-Yi Lin, 2015.
# Licensed under the Simplified BSD License [see coco/license.txt]
Expand Down
2 changes: 1 addition & 1 deletion PythonAPI/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
setup(name='pycocotools',
packages=['pycocotools'],
package_dir = {'pycocotools': 'pycocotools'},
version='1.0.2',
version='2.0',
ext_modules=
cythonize(ext_modules)
)

0 comments on commit 0c3123a

Please sign in to comment.