Added
* `CocoDataset.index.trackid_to_aids` is a new index that maps a track-id to
all annotations assigned to that track.
* `kwcoco grab` CLI for downloading and converting standard datasets
* `CocoDataset.delayed_load` now has a limited ability to specify a list of
channels to load, and if it is returned in image or video space.
Changed
* `kwcoco.add_annotation` can now accept and automatically convert kwimage data
structures for segmentation and keypoints.
Fixed
* Channels in a base image can now be None.
* `validate` now prints which field caused the issue