"vscode:/vscode.git/clone" did not exist on "38ae5a25da17015729d185db6e58b7baa0e095d0"
- 31 Aug, 2022 5 commits
-
-
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 6 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>
-
Philip Meier authored
* add cleanup transformation for bounding boxes * change the cleanup transform to an actual compose * address review * address naming * use box_area op * [skip ci] plural * split compose into its parts and expose them * cleanup * more import cleanup * Update torchvision/prototype/transforms/_misc.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Philip Meier authored
* use the same base class for Label and OneHotLabel * mypy * rename typevar
-
Vasilis Vryniotis authored
* Move imports on constructor. * Turn `_F` to a property. * fix linter * Fix mypy * Make it class-wide attribute. * Add tests based on code review * Making changes from code-reviews. * Remove the new tests. * Clean up. * Adding comments. * Update the comment link.
-
Philip Meier authored
* add deprecated color conversion functionals * allow grayscale tensor inputs in rgb_to_grayscale * add cloning to tensor no-op * improve todo comment * [skip ci] * use legacy kernels use legacy kernels * fix import * remove duplicate code * remove duplicate check
-
- 23 Aug, 2022 7 commits
-
-
キツネさん authored
* Fix out-of-bounds read in decode_png * Fix lint * Use size_t instead of int to fix sign-compare check * Add a unit-test to decode currupted png file * Fix linter * Update torchvision/csrc/io/image/cpu/decode_png.cpp * Replace png_error with TORCH_CHECK Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Update error message * Update error message Co-authored-by:
vfdev <vfdev.5@gmail.com> * Fix linter Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
vfdev authored
* WIP * [proto] Added SimpleCopyPaste transform * Refactored and cleaned the implementation and added tests * Fixing code * Fixed code formatting issue * Minor updates * Fixed merge issue Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
Philip Meier authored
* cleanup prototype auto augment transforms * remove custom fill parsing from auto augment
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
* fix MixUp and CutMix * improve error message
-