Added
* Added `finalize` argument to `CocoSampler.load_sample` which allows the
sampler to return the delayed image instead of the finalized one.
* The target dictionary for `load_sample` now respects `image_id`, `image_ids`,
and `video_id`.
Fix
* When using the 3d `load_sample` backend with a single image, allow fallback
on image width/height
* Issue when using `visible_thresh`, and added corresponding test.