"vscode:/vscode.git/clone" did not exist on "d90cd3621dc9aea168ec928ff3aa9b977eb49c20"
- 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 8 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
-
vfdev authored
[proto] Consistent supported/unsupported types handling in LinearTransformation, other perf comments (#6498) * WIP * [proto] unformal supported/unsupported types handling in LinearTransformation, other perf comments * Type fixes and other minor stuff
-
- 25 Aug, 2022 8 commits
-
-
Philip Meier authored
* fix passtrough on transforms and add dispatchers for five and ten crop * Revert "cleanup prototype auto augment transforms (#6463)" This reverts commit d8025b9a . * use legacy kernels in deprecated Grayscale and RandomGrayscale transforms * fix default type for Lambda transform * fix default type for ToDtype transform * move simple_tensor to features module * [skip ci] * Revert "move simple_tensor to features module" This reverts commit 7043b6ee3e3b1f6541371a4f2442cfc1fd664e4a. * cleanup * reinstate valid AA changes * address review * Fix linter Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Vasilis Vryniotis authored
* Fix pass-through and supported types of Normalize * update error message on kernel * Fix linter. * Fix the tests. * Update type. * Update type. * Remove unnecessary tests for bboxes and masks.
-
ptrblck authored
* add CUDA11.7 builds * add CUDA 11.7 builds * run regenerate.py * try to add filters to binary_win_conda_py3.10_cu117 * rerun regenerate.py * Removing conda-forge adding cu117 to windows unit tests * Debug code * Remove debug code Co-authored-by:atalman <atalman@fb.com>
-
Vasilis Vryniotis authored
[proto] Use the proper `_transformed_types` in all Transforms and eliminate unnecessary dispatching (#6494) * Update types in deprecated transforms. * Update types in type conversion transforms. * Fixing types in meta transforms. * More changes on type conversion. * Bug fix. * Fix types * Remove unnecessary conversions. * Remove unnecessary import. * Fixing tests * Remove copy support from `to_image_tensor` * restore test param * Fix further tests
-
vfdev authored
* [proto] Updated tests for CopyPaste on OneHotLabel * Fixing test error
-
vfdev authored
-
vfdev authored
* Fixes unexpected behaviour with Transform._transformed_types and torch.Tensor * Make code consistent to has_any, has_all implementation * Fixed failing flake8 check
-
vfdev authored
-
- 24 Aug, 2022 2 commits
-
-
vfdev authored
-
Philip Meier authored
* fix RandomPhotometricDistort * Update torchvision/prototype/transforms/_color.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-