"vscode:/vscode.git/clone" did not exist on "8bf5e59931a79ad79739546b17e6f83a886af43b"
- 30 Aug, 2022 3 commits
-
-
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 8 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
-
Philip Meier authored
-
- 22 Aug, 2022 3 commits
-
-
Philip Meier authored
* add dispatcher for erase image kernels * simplify RandomErasing * replace query_image with query_image_dimensions * use value sentinel and fix test for RandomErasing * image_dimensions -> chw
-
Philip Meier authored
* remove BatchMultiCrop * address review * let FiveCrop return tuples
-
vfdev authored
* WIP * Fixed dtype correction and tests * Removed PIL Image support and output always Tensor
-
- 19 Aug, 2022 3 commits
-
-
vfdev authored
* [proto] Fixed to_image_tensor and to_image_pil * Fixed failing test
-
Sophia Zhi authored
* S3D initial commit * add model builder code and docstrings * change classifier submodule, populate weights enum * fix change of block args from List[List[int]] to ints * add VideoClassification to transforms * edit weights url for testing, add s3d to models.video init * norm_layer changes * norm_layer and args fix * Overwrite default dropout * Remove docs from internal submodules. * Fix tests * Adding documentation. * Link doc from main models.rst * Fix min_temporal_size * Adding crop/resize parameters in references script * Release weights. * Refactor dropout. * Adding the weights table in the doc Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Vasilis Vryniotis <vvryniotis@fb.com>
-
Philip Meier authored
* port `FixedSizeCrop` from detection references to prototype transforms * mypy * [skip ci] call invalid boxes and corresponding masks and labels * cherry-pick missing functions from #6401 * fix feature wrapping * add test * mypy * add input type restrictions * add test for _get_params * fix input checks
-