Skip to content
GitLab
Explore
Sign in
Commits · 8a38992d320ab6a358d7f62328f49b39761cfc5b
cocoapi
Browse files
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
Jun 27, 2015
maskApi.*: converted MaskApi from C++ to C for broader compatibility
· 3cff64bc
pdollar
authored
Jun 27, 2015
3cff64bc
Jun 23, 2015
faster getAnnIds using list comprehension
· 3736a006
tsungyi
authored
Jun 23, 2015
3736a006
Jun 04, 2015
.gitignore: minor
· 00693d37
pdollar
authored
Jun 03, 2015
00693d37
[MAJOR UPDATE] CocoUtils.m: adding utilities for testing and validation of the COCO evaluation code
· 055f2eee
pdollar
authored
Jun 03, 2015
055f2eee
[MAJOR UPDATE] replacing cocoResDemo.m with evalDemo.m showing usage of new...
· 7245f560
pdollar
authored
Jun 03, 2015
7245f560
results/*.json: updated “fake” detection results
· 48b633e4
pdollar
authored
Jun 03, 2015
48b633e4
[MAJOR UPDATE] CocoEval.m: adding detection evaluation code!
· 5dea7cb1
pdollar
authored
Jun 03, 2015
5dea7cb1
CocoApi>loadRes(): minor (speedup)
· f0ba7ec0
pdollar
authored
Jun 03, 2015
f0ba7ec0
MaskApi: allow for variable size masks when computing area and bbs
· cd7d984a
pdollar
authored
Jun 03, 2015
cd7d984a
Jun 03, 2015
MatlabApi/gason: bug fix for large arrays, no longer using...
· 0e35c4fd
pdollar
authored
Jun 03, 2015
0e35c4fd
Jun 02, 2015
results/*.json: updated “fake” detection results stored in new format
· c41d8ae4
pdollar
authored
Jun 01, 2015
c41d8ae4
CocoApi.m: loadRes(): updated to use MaskApi and added some tweaks to...
· 0da1513e
pdollar
authored
Jun 01, 2015
0da1513e
CocoApi.m: updated showAnns() to use MaskApi, fixed .5 pixel shift during display
· 544550e2
pdollar
authored
Jun 01, 2015
544550e2
Loading