Skip to content
GitLab
Explore
Sign in
Commits · 0e35c4fd85f3e97243174ee21945ddfc84711786
cocoapi
Browse files
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
CocoApi.m: removed obsolete mask functions (now part of MaskApi)
· 6b17b715
pdollar
authored
Jun 01, 2015
6b17b715
Jun 01, 2015
MaskApi: mask counts are compressed using a variable bitrate representation...
· 19fab9fd
pdollar
authored
Jun 01, 2015
19fab9fd
May 30, 2015
MaskApi.cpp: minor fix for merge()/iou()
· 99d5c286
pdollar
authored
May 30, 2015
99d5c286
[MAJOR UPDATE] MaskApi.m: adding maskApi for fast manipulation of RLE encoded masks
· a6d92aec
pdollar
authored
May 29, 2015
a6d92aec
MatlabApi/private/gason.*: fixed minor compile warnings, recompile
· 6f394daf
pdollar
authored
May 29, 2015
6f394daf
May 29, 2015
MatlabApi/private/gason.*: pulled in latest version of gason source, compress...
· dbe7328a
pdollar
authored
May 29, 2015
dbe7328a
Mar 30, 2015
modify segToMask to clip values in polygon annotation to prevent "out of bounds" exception.
· 8c053066
tylin
authored
Mar 30, 2015
8c053066
Mar 17, 2015
MatlabAPI/CocoApi.m: minor tweak to loadRes() for ‘captions’ case for consistency w python code
· a7480162
pdollar
authored
Mar 16, 2015
a7480162
minor comment changes
· 1c831f7e
tylin
authored
Mar 16, 2015
1c831f7e
Mar 16, 2015
minor update on demo
· 5784a6a8
tylin
authored
Mar 16, 2015
5784a6a8
add loadRes() function and pycocoResDemo!
· 0b073937
tylin
authored
Mar 16, 2015
0b073937
add loadRes() function and pycocoResDemo!
· 7faffb2e
tylin
authored
Mar 16, 2015
7faffb2e
Mar 13, 2015
results/*.json: fake results for testing (will likely change in future)
· 0546e0f2
pdollar
authored
Mar 12, 2015
0546e0f2
cocoResDemo.m: demo for demonstrating results format
· c0514b6f
pdollar
authored
Mar 12, 2015
c0514b6f
cocoApi->loadRes(): added function for loading algorithm results, some tweaks...
· 04689c6d
pdollar
authored
Mar 12, 2015
04689c6d
Mar 12, 2015
Merge remote-tracking branch 'origin/master'
· 36f3a6bc
tylin
authored
Mar 12, 2015
36f3a6bc
update download annotations file to v1.0.2. fix the crowd bounding box issue.
· d9e2d8a8
tylin
authored
Mar 12, 2015
d9e2d8a8
Mar 08, 2015
cocoApi.m-segToMask(): Added ability to control mask granularity, useful for...
· 07ef0832
pdollar
authored
Mar 08, 2015
07ef0832
Mar 07, 2015
download annotations file v1.0.1
· 46cfd3c7
tylin
authored
Mar 07, 2015
46cfd3c7
Jan 27, 2015
remove some dependency
· 35ac115f
tylin
authored
Jan 27, 2015
35ac115f
updated demo
· 58b24f4e
tylin
authored
Jan 26, 2015
58b24f4e
Jan 26, 2015
Merge remote-tracking branch 'origin/master'
· cba058a0
tylin
authored
Jan 26, 2015
cba058a0
updated demo
· f21c46b2
tylin
authored
Jan 26, 2015
f21c46b2
changed color for crowd display
· 0cc5ac5c
pdollar
authored
Jan 26, 2015
0cc5ac5c
minor tweak to demo (show crowds by default)
· f20c1c03
pdollar
authored
Jan 26, 2015
f20c1c03
code is now fully functional :)
· 6d5582e9
pdollar
authored
Jan 26, 2015
6d5582e9
clean up legacy code
· 2b398c5f
tylin
authored
Jan 26, 2015
2b398c5f
change the file naming convention
· daa3af3a
tylin
authored
Jan 26, 2015
daa3af3a
modify python setup and reference it in README
· 67132bf1
tylin
authored
Jan 26, 2015
67132bf1
add ipython and python demo
· 681364ce
tylin
authored
Jan 26, 2015
681364ce
add pycocotools package
· aa3cdfae
tylin
authored
Jan 26, 2015
aa3cdfae
add python demo
· e0f0c47c
tylin
authored
Jan 26, 2015
e0f0c47c
Jan 25, 2015
moved license to root directory
· 99ae4eb8
pdollar
authored
Jan 25, 2015
99ae4eb8
updated headers (license, version, year), tweaked display of crowds
· 46c340fd
pdollar
authored
Jan 25, 2015
46c340fd
minor update to readme
· e4a6bfca
pdollar
authored
Jan 25, 2015
e4a6bfca
added readme, updated .gitignore
· e709ae9b
pdollar
authored
Jan 25, 2015
e709ae9b
Loading