Changed Disable torchvision NMS on windows by default
0.9.17
Changed * Avoid importing torch globally
0.9.16
Added
* Add "regular" and "star" classmethods to Polygon
Fixed * float128 issues on windows
Changed * switch from ubelt.repr2 to ubelt.urepr * On windows the default gdal compression is changed to LZW. The default everywhere else is still DEFLATE.
0.9.15
Added * `center_x` and `center_y` to Box and Boxes. * `Boxes.resize` now has `about` argument.
Fixed * Bug in `warp_affine` when the input image has more than 4 dims, has an empty dimension, and `border_value` is an array. * Issue in `nodata_checkerboard` with masked arrays.
0.9.14
Added * New function: `exactly_1channel`.
Fixed * kwimage.imresize now works when the input image has dsize=(1, 1)
0.9.13
Changed * Small speedups * Add cv2 backend to `fourier_mask`, which is a 3x speedup, and set this to the default.