Skip to content
GitLab
Explore
Sign in
Commits · 90a9a21b58ef92642b01e41e425ae981fbd4ac71
cocoapi
Browse files
Jul 29, 2015
PythonAPI/cocoeval.py: added AR-small/medium/large
· 90a9a21b
tsungyi
authored
Jul 28, 2015
90a9a21b
MatlabAPI/CocoEval.m: added AR-small/medium/large
· 581ce6be
pdollar
authored
Jul 28, 2015
581ce6be
Jul 28, 2015
minor code refactoring
· d32e66ef
tsungyi
authored
Jul 27, 2015
d32e66ef
code optimization to speed up 3x performance
· 1d7656bf
tsungyi
authored
Jul 27, 2015
1d7656bf
bug fix in .showAnns() with mask annotations
· 0b628889
tsungyi
authored
Jul 27, 2015
0b628889
Jul 27, 2015
MatlabApi/CocoEval.m: internal refactoring, tweaked evalImgs output (reduce memory, improve speed)
· cb72abfb
pdollar
authored
Jul 26, 2015
cb72abfb
Jul 23, 2015
support loading image_info
· fd9795c5
tsungyi
authored
Jul 23, 2015
fd9795c5
assign -1 to self.stats in summarize() if no gt exists
· d9451e35
tsungyi
authored
Jul 23, 2015
d9451e35
remove dependency for 'type' field; add download()
· dbc63326
tsungyi
authored
Jul 23, 2015
dbc63326
CocoApi.m: added function download() for “Download COCO images from server using provided urls.”
· f4fc2a99
pdollar
authored
Jul 22, 2015
f4fc2a99
MatlabApi/CocoApi.m: minor (enable for for empty annotations)
· 7ec661b1
pdollar
authored
Jul 22, 2015
7ec661b1
Jul 20, 2015
update comments for default params
· 46304567
tsungyi
authored
Jul 20, 2015
46304567
Jul 17, 2015
finalizing default eval params and added summarize() function
· 456d4abb
tsungyi
authored
Jul 17, 2015
456d4abb
Jul 15, 2015
CocoEval.m: finalizing default eval params and added summary() function
· 8a38992d
pdollar
authored
Jul 14, 2015
8a38992d
Merge branch 'master' of github.com:pdollar/coco
· 687d4361
pdollar
authored
Jul 14, 2015
687d4361
CocoEval.m->evaluate(): minor optimization (for M>1)
· e418e5ed
pdollar
authored
Jul 14, 2015
e418e5ed
Jul 09, 2015
add Makefile for installation
· 49cd12a0
tsungyi
authored
Jul 09, 2015
49cd12a0
add Makefile for installation
· 4a3cf1b5
tsungyi
authored
Jul 09, 2015
4a3cf1b5
add c99 flag for compilation
· 111e0bf0
tsungyi
authored
Jul 09, 2015
111e0bf0
Jul 08, 2015
add path to include maskApi.h for installation
· 4f2405b8
tsungyi
authored
Jul 08, 2015
4f2405b8
add path to include maskApi.h for installation
· ad96f1fb
tsungyi
authored
Jul 08, 2015
ad96f1fb
delete demos in python and html. instead, only rendering with ipynb.
· 51818450
tsungyi
authored
Jul 08, 2015
51818450
eval demo for how to loading results and running evaluation
· eb42124b
tsungyi
authored
Jul 08, 2015
eb42124b
support rendering notebooks on gitHub
· d559a80b
tsungyi
authored
Jul 08, 2015
d559a80b
support rendering notebooks on gitHub
· 9398f599
tsungyi
authored
Jul 08, 2015
9398f599
minor changes on comments
· fca0aa85
tsungyi
authored
Jul 08, 2015
fca0aa85
[MAJOR UPDATE] mask.py: adding mask for fast manipulation of RLE encoded binary masks
· a4c169e0
tsungyi
authored
Jul 08, 2015
a4c169e0
Add instruction to install Python API
· e8378b17
tsungyi
authored
Jul 08, 2015
e8378b17
minor revision for loading results to reflect the change of mask processing
· 312d4826
tsungyi
authored
Jul 08, 2015
312d4826
[MAJOR UPDATE] setup.py: new setup script to install Cython wrapper for maskApi.c
· 963d1d1e
tsungyi
authored
Jul 08, 2015
963d1d1e
[MAJOR UPDATE] cocoeval.py: adding python detection evaluation code
· 93e0a8e1
tsungyi
authored
Jul 08, 2015
93e0a8e1
[MAJOR UPDATE] mask.py: adding mask for fast manipulation of RLE encoded binary masks
· ad455af3
tsungyi
authored
Jul 08, 2015
ad455af3
Jul 07, 2015
CocoUtils.m->convertPascalGt(): tiny fix when converting PASCAL->COCO format
· fce54cb8
pdollar
authored
Jul 07, 2015
fce54cb8
Jul 06, 2015
MatlabApi/CocoEval.m: further tweaks to improve memory usage during evaluation
· 5e5f5c7f
pdollar
authored
Jul 06, 2015
5e5f5c7f
Jul 04, 2015
MatlabApi.m->loadRes(): minor tweaks to improve speed/memory usage of detections
· 49f16cb5
pdollar
authored
Jul 03, 2015
49f16cb5
Jul 02, 2015
CocoEval.m: allow multiple areaRngs & maxDets, tweaked output formats accordingly
· a2edbe7c
pdollar
authored
Jul 02, 2015
a2edbe7c
CocoApi.m: loadRes(): minor optimization
· bb514eb4
pdollar
authored
Jul 01, 2015
bb514eb4
CocoEval.m: (refactoring) cleanup and speedup of evaluate()
· 2f676499
pdollar
authored
Jul 01, 2015
2f676499
Jul 01, 2015
CocoEval.m: (refactoring) split evaluateImg() into separate function, fixed comment indent
· 04f15b7c
pdollar
authored
Jul 01, 2015
04f15b7c
MatlabApi/private/gasonMex.*: tiny tweak (‘[]’->[] instead of ‘[]’->{})
· 1c1fbf2e
pdollar
authored
Jul 01, 2015
1c1fbf2e
Loading