Added
* Added `vidid` argument to `CocoDataset.images` 1D object mixin.
* Added `trackid` argument to `CocoDataset.annots` 1D object mixin.
Fixed
* `perterb_coco` now correctly perturbs segmentations
Changed
* Changed argument name from `gsize` to `image_size` in toydata methods.
Backwards compatibility is preserved via kwargs for now, but `gsize` will be
deprecated in the future.