From 0c3123a7ecc5d0e5b35d92af1ce0cf0d80137b2c Mon Sep 17 00:00:00 2001 From: tsungyi Date: Wed, 29 Jul 2015 09:31:38 -0700 Subject: [PATCH] Version 2.0 Release --- MatlabAPI/CocoApi.m | 2 +- MatlabAPI/CocoEval.m | 2 +- MatlabAPI/CocoUtils.m | 2 +- MatlabAPI/MaskApi.m | 2 +- MatlabAPI/gason.m | 2 +- MatlabAPI/private/gasonMex.cpp | 2 +- MatlabAPI/private/maskApi.c | 2 +- MatlabAPI/private/maskApi.h | 2 +- MatlabAPI/private/maskApiMex.c | 2 +- PythonAPI/pycocotools/_mask.pyx | 2 +- PythonAPI/pycocotools/coco.py | 2 +- PythonAPI/pycocotools/cocoeval.py | 2 +- PythonAPI/pycocotools/mask.py | 2 +- PythonAPI/setup.py | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/MatlabAPI/CocoApi.m b/MatlabAPI/CocoApi.m index 7d8a691..656997f 100644 --- a/MatlabAPI/CocoApi.m +++ b/MatlabAPI/CocoApi.m @@ -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] diff --git a/MatlabAPI/CocoEval.m b/MatlabAPI/CocoEval.m index 0671351..184b525 100644 --- a/MatlabAPI/CocoEval.m +++ b/MatlabAPI/CocoEval.m @@ -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] diff --git a/MatlabAPI/CocoUtils.m b/MatlabAPI/CocoUtils.m index 47df3ae..7823bd3 100644 --- a/MatlabAPI/CocoUtils.m +++ b/MatlabAPI/CocoUtils.m @@ -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] diff --git a/MatlabAPI/MaskApi.m b/MatlabAPI/MaskApi.m index 9e63542..7c91b05 100644 --- a/MatlabAPI/MaskApi.m +++ b/MatlabAPI/MaskApi.m @@ -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] diff --git a/MatlabAPI/gason.m b/MatlabAPI/gason.m index b486d48..671fffa 100644 --- a/MatlabAPI/gason.m +++ b/MatlabAPI/gason.m @@ -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] diff --git a/MatlabAPI/private/gasonMex.cpp b/MatlabAPI/private/gasonMex.cpp index 0be1316..ee32355 100644 --- a/MatlabAPI/private/gasonMex.cpp +++ b/MatlabAPI/private/gasonMex.cpp @@ -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] diff --git a/MatlabAPI/private/maskApi.c b/MatlabAPI/private/maskApi.c index 52b1eac..2b2d891 100644 --- a/MatlabAPI/private/maskApi.c +++ b/MatlabAPI/private/maskApi.c @@ -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] diff --git a/MatlabAPI/private/maskApi.h b/MatlabAPI/private/maskApi.h index 576fb21..ff16116 100644 --- a/MatlabAPI/private/maskApi.h +++ b/MatlabAPI/private/maskApi.h @@ -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] diff --git a/MatlabAPI/private/maskApiMex.c b/MatlabAPI/private/maskApiMex.c index 081095d..097e929 100644 --- a/MatlabAPI/private/maskApiMex.c +++ b/MatlabAPI/private/maskApiMex.c @@ -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] diff --git a/PythonAPI/pycocotools/_mask.pyx b/PythonAPI/pycocotools/_mask.pyx index 500153a..fcfb56a 100644 --- a/PythonAPI/pycocotools/_mask.pyx +++ b/PythonAPI/pycocotools/_mask.pyx @@ -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] diff --git a/PythonAPI/pycocotools/coco.py b/PythonAPI/pycocotools/coco.py index 7a9907c..93f45dc 100644 --- a/PythonAPI/pycocotools/coco.py +++ b/PythonAPI/pycocotools/coco.py @@ -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] diff --git a/PythonAPI/pycocotools/cocoeval.py b/PythonAPI/pycocotools/cocoeval.py index bab883f..02865b9 100644 --- a/PythonAPI/pycocotools/cocoeval.py +++ b/PythonAPI/pycocotools/cocoeval.py @@ -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] diff --git a/PythonAPI/pycocotools/mask.py b/PythonAPI/pycocotools/mask.py index f103555..6732546 100644 --- a/PythonAPI/pycocotools/mask.py +++ b/PythonAPI/pycocotools/mask.py @@ -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] diff --git a/PythonAPI/setup.py b/PythonAPI/setup.py index 695f657..bfa581c 100644 --- a/PythonAPI/setup.py +++ b/PythonAPI/setup.py @@ -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) ) \ No newline at end of file