cocoapi
cocoapi copied to clipboard
Contains the "pycocotools" package on PyPI. Changes made to the official cocoapi about packaging.
If you change your ```python cocoEval.params.areaRng cocoEval.params.areaRngLbl ``` For example to look small objects or put more ranges it doesn't reflect in the summarize
I think since the '_summarize' function expects a _maxDets_ argument and a user is allowed to specify _params.maxDets_, it is crucial to pass it; otherwise, it is going to always...
Fixes bug whereby any original state of the ignore flag is not used.
If you were to query annotations within a particular area range, via the `getAnnIds` function, it ignores those objects that have areas equal to the limits. For example, ``` #...
cocoeval.py that returns (and saves with an input savepath) the AP and AR for individual categories (and the average as well) and saves it to a desired location (implemented as...