Jeffrey Zimmerman

Results 3 comments of Jeffrey Zimmerman

This passes/fails all the same tests that the main branch does.

Same thing happened with WIDERFace dataset. It seems inherent to the image/box rotation. When `expand=True`, image rotation uses `_get_inverse_affine_matrix([0, 0], angle, translate, scale, shear)` while box rotation uses `_get_inverse_affine_matrix(center, angle,...

I see the problem now. The sizes are still affected, but without a call to `torchvision.transforms.v2._utils.query_size()`, they not checked for mismatch. In addition, WIDERFace does not have a `transforms` argument,...