Skip to content
GitLab
Explore
Sign in
Commits · 7faffb2e7a24d9dd1f304328b7d930b51650fb41
cocoapi
Browse files
Mar 16, 2015
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
added python API (nonfunctional, need to updated paths, etc.)
· 995b9adf
pdollar
authored
Jan 25, 2015
995b9adf
updated demo for new data location (and works if no caption annotations)
· 14f01374
pdollar
authored
Jan 25, 2015
14f01374
moving Matlab code to MatlabAPI
· b7d1115f
pdollar
authored
Jan 25, 2015
b7d1115f
Dec 24, 2014
gason*: adding json encoding support, removed “flatten” flag
· b7c2fda7
pdollar
authored
Dec 24, 2014
b7c2fda7
Dec 23, 2014
CocoApi.m: added display for crowds, changed data location
· db237675
pdollar
authored
Dec 23, 2014
db237675
Coco*.m: imgDir,reading no longer part of API
· 1b3a96fb
pdollar
authored
Dec 22, 2014
1b3a96fb
CocoApi.m: updating for new ann format
· 80f5b919
pdollar
authored
Dec 22, 2014
80f5b919
CocoApi.m: changed run-length encoding format (no more vals, transposed)
· 1e23ea5c
pdollar
authored
Dec 22, 2014
1e23ea5c
CocoApi.m: added run-length encoding support
· 85ba309f
pdollar
authored
Dec 22, 2014
85ba309f
Dec 19, 2014
CocoDemo.m: added display COCO categories and supercategories
· 235f6837
pdollar
authored
Dec 19, 2014
235f6837
CocoApi.m: reordered functions alphabetically
· f9d1688b
pdollar
authored
Dec 19, 2014
f9d1688b
optimizing getImgIds
· 37a96503
pdollar
authored
Dec 19, 2014
37a96503
updating API (getCatIds, loadCats and other stuff)
· fa324cb2
pdollar
authored
Dec 19, 2014
fa324cb2
CocoApi.m: optimized getAnnIds() for single image id
· e8aa03c4
pdollar
authored
Dec 18, 2014
e8aa03c4
updated API for JSON annotation tweaks (sentence->caption, added type), updated display
· 9c70b8ff
pdollar
authored
Dec 18, 2014
9c70b8ff
Loading