cocofilters

Special and complex filters used to obtain specific data from COCO images, annotations and categories tables.

Functions

anns_filter([ids, area_rng, is_crowd, ...])

A Filter for the annotations with the required characteristics.

cats_filter([ids, nms, super_nms, ...])

A Filter for the categories with the required characteristics.

imgs_filter([ids, nms, composition, strategy])

A Filter for the images with the required characteristics.