You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[proto] Ported all transforms to the new API (#6305)
* [proto] Added few transforms tests, part 1 (#6262)
* Added supported/unsupported data checks in the tests for cutmix/mixup
* Added RandomRotation, RandomAffine transforms tests
* Added tests for RandomZoomOut, Pad
* Update test_prototype_transforms.py
* Added RandomCrop transform and tests (#6271)
* [proto] Added GaussianBlur transform and tests (#6273)
* Added GaussianBlur transform and tests
* Fixing code format
* Copied correctness test
* [proto] Added random color transforms and tests (#6275)
* Added random color transforms and tests
* Disable smoke test for RandomSolarize, RandomAdjustSharpness
* Added RandomPerspective and tests (#6284)
- replaced real image creation by mocks for other tests
* Added more functional tests (#6285)
* [proto] Added elastic transform and tests (#6295)
* WIP [proto] Added functional elastic transform with tests
* Added more functional tests
* WIP on elastic op
* Added elastic transform and tests
* Added tests
* Added tests for ElasticTransform
* Try to format code as in #5106
* Fixed bug in affine get_params test
* Implemented RandomErase on PIL input as fallback to tensors (#6309)
Added tests
* Added image_size computation for BoundingBox.rotate if expand (#6319)
* Added image_size computation for BoundingBox.rotate if expand
* Added tests
* Added erase_image_pil and eager/jit erase_image_tensor test (#6320)
* Updates according to the review
Co-authored-by: Vasilis Vryniotis <[email protected]>
0 commit comments