Added
* `segmentation_metrics` now has the ability to dump components of its visualization for more flexible figure aggregation.
* `segmentation_metrics` now has the ability to specify a subset of images to evaluate on.
* conforming to the legacy coco format will now remove holes and warn.
Changed
* `kwcoco modify_categories` now uses kwutil and YAML arguments to specify keep / remove.
* The return type of `_ensure_imgsize` changed from a `List[Dict]` to a `Dict` with summary information. The old return value is accessible via the `"bad_images"` key in the new summary dictionary.
* The `kwcoco.CategoryTree.coerce` now will recognize coco category lists.
* `CocoDataset.union` will now preserve category ids if possible.
Fixed
* the `loadImgs`, `loadAnns`, and `loadCats` functions in the compat dataset now do the same thing as pycocotools