- 13 Sep, 2022 2 commits
-
-
Jithun Nair authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Philip Meier authored
* port RandomResize from segmentation references * mypy * remove optional max_size * add interpolation and antialias * [SKIP CI] only CircleCI * fix bug * [SKIP CI] only CircleCI * [SKIP CI] add test
-
- 12 Sep, 2022 2 commits
-
-
Vasilis Vryniotis authored
* Add `handle_legacy_interface()` to all new models. * Fix imports * Addressing review comments. * Fix linter * Addressing further comments.
-
Vasilis Vryniotis authored
-
- 09 Sep, 2022 4 commits
-
-
Ponku authored
* Added Middlebury2014 dataset * adressed nits * mypy fix
-
Nicolas Granger authored
Changes image size convention to (h, w). I don't think this is used by models other than SSD which assumes this convention. Co-authored-by:
Nicolas Granger <nicolas.granger@cea.fr> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Philip Meier authored
-
vfdev authored
-
- 08 Sep, 2022 3 commits
-
-
Ponku authored
Co-authored-by:Joao Gomes <jdsgomes@fb.com>
-
vfdev authored
-
Philip Meier authored
* avoid double padding parsing * remove cloning in degenerate case * fix affine and rotate for degenerate inputs * fix rotate for degenerate inputs if expand=True
-
- 07 Sep, 2022 1 commit
-
-
Philip Meier authored
* fix padding for degenerate segmentation masks * extend test data degeneration to degenerate inputs * add even more degenerate shapes * simplify kernel * [SKIP CI] only GHA * add more degenerate segmentation masks * fix segmentation mask generation * xfail some tests * Revert "simplify kernel" This reverts commit 18c5e4fc59de86fdfd304bf0c0a988b410b81fd9. * fix resize for degenerate inputs * [SKIP CI] CircleCI * fix RandomIoUCrop test * [SKIP CI] CircleCI * cleanup * [SKIP CI] CircleCI * add perf TODO comments * [SKIP CI] CircleCI
-
- 06 Sep, 2022 1 commit
-
-
vfdev authored
* [proto] Fixed bug in ScaleJitter with params * Updated tests
-
- 05 Sep, 2022 3 commits
-
-
Vasilis Vryniotis authored
* Skip big models per platform/device * Specifying skips on Windows only. * Simplify and clean up code.
-
Vasilis Vryniotis authored
* S3D weight deployment * Update accuracies. * Address review comments.
-
Vasilis Vryniotis authored
-
- 04 Sep, 2022 1 commit
-
-
inisis authored
* update roipool to make in torch fx traceable * update ps_roi_align, ps_roi_pool and roi_align to make them torch fx traceable * add unittest * Remove `.to(output_fx)` from test Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 01 Sep, 2022 4 commits
-
-
vfdev authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
vfdev authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
Philip Meier authored
-
Philip Meier authored
-
- 31 Aug, 2022 6 commits
-
-
Philip Meier authored
* check signatures of all available transformations * fix signatures of RandAugment and TrivialAugmentWide * move AA consistency tests to correct module
-
Philip Meier authored
* add test for signature consistency * fix CenterCrop and Lambda * add removed params * cleanup
-
Philip Meier authored
* add consistency tests for prototype container transforms * fix RandomApply
-
Vasilis Vryniotis authored
* clean up bboxes * Correcting bug on RandAugment. * Fix bug on erase() * Moving `_parse_pad_padding()` to functional geometry * Fixing bug on deprecated Grayscale transforms * Porting old bugfixes from main branch to _apply_image_transform * Dropping mandatory keyword arguments to maintain BC. * Adding antialias option where possible. * Specifying types in `_transform()` where possible. * Add todo. * Fixing tests. * Adding padding_mode in pad_bbox Co-authored-by:vfdev <vfdev.5@gmail.com>
-
vfdev authored
* clean up bboxes * Adding padding_mode in pad_bbox * Fixing tests and renamed _compute_output_size to appropriate names Co-authored-by:Vasilis Vryniotis <vvryniotis@fb.com>
-
vfdev authored
* [proto] Fixed RandAug implementation * Fixed randomness in tests for trivial aug * Fixed all AA tests
-
- 30 Aug, 2022 5 commits
-
-
vfdev authored
* Moving `_parse_pad_padding()` to functional geometry * Other updates to make previous commit consistent Co-authored-by:Vasilis Vryniotis <vvryniotis@fb.com>
-
Philip Meier authored
* add checks for pure random apply transformations * add tests for some non-deterministic transforms used in classification reference * add consistency checks for most transforms * fix RandomAffine, RandomPerspective, and GaussianBlur * fix tests
-
Philip Meier authored
* add test for coverage * add tests for remaining deterministic transforms * fix Lambda
-
Philip Meier authored
* improve test framework and add more consistency configs * improve error messages * increase coverage for Resize * improve comparison
-
Philip Meier authored
* add consistency checks for prototype and legacy transforms * fix Resize
-
- 29 Aug, 2022 1 commit
-
-
Andrey Talman authored
-
- 26 Aug, 2022 7 commits
-
-
vfdev authored
* [proto] Fix bug with Compose and PR 6504 * Added tests and fixed other bugs
-
Philip Meier authored
* add aliases for hflip and vflip * reduce imports from torchvision.transforms in torchvision.prototype.transforms * add aliases for to_pil_image abd pil_to_tensor * deprecate to_tensor * add some FIXME cleanup comments * address reviews * add dimension getters * undeprecate PILToTensor and ToPILImage * address review * fix test
-
Philip Meier authored
* move simple_tensor to features module * fix test
-
vfdev authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Philip Meier authored
* check full sample in query_bounding_box * support no bounding boxes in FixedSizeCrop * fix test
-
Vasilis Vryniotis authored
* `to_image_tensor` returns `feature.Image` * Normalize filters PIL on forward * decode_image_with_pil returns feature.Image * Remove sample unpacking from Normalize * Removing debug method that cause mypy to complain * adding back helpful comment * undo change on normalize kernel to maintain the helpful error message to users who use the kernel directly * unused import
-
Vasilis Vryniotis authored
* Move output to CPU before assert_expected * Fixing `test_detection_model` * check_device=False * linter
-