- 27 Sep, 2022 2 commits
-
-
Ambuj Pawar authored
Co-authored-by:Ambuj Pawar <your_email@abc.example>
-
Erjia Guan authored
* Ignore deprecation warning from traverse function * remove only_datapipe * reinstate warning ignore for DL test * ignore warning class wide due to priority Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
- 26 Sep, 2022 1 commit
-
-
YosuaMichael authored
* Remove cpp models * Also remove the whole models folder in csrc * Cleanup test for cpp model
-
- 23 Sep, 2022 3 commits
-
-
Philip Meier authored
* add segmentation reference consistency tests * fall back to smoke tests for resize * add test for RandomCrop Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Vasilis Vryniotis authored
* Align and Clean up transform types * Move type definitions to `_utils.py` * fixing error message on tests * Apply code review suggestions Co-authored-by:
vfdev <vfdev.5@gmail.com> * Centralizing types and switching to always getting dicts. * Fixing linter * Refactoring typing definitions. * Remove relative imports. * Reuse type. * Temporarily remove the TorchData tests. * Restore the TorchData tests. Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
Ponku authored
* Added maxvit architecture and tests * rebased + addresed comments * Revert "rebased + addresed comments" This reverts commit c5b28398cd48d2f3403c7c8eeefbaba9df05fcfe. * Re-added model changes after revert * aligned with partial original implementation * removed submitit script fixed lint * mypy fix for too many arguments * updated old tests * removed per batch lr scheduler and seed setting * removed ontap * added docs, validated weights * fixed test expect, moved shape assertions in the begging for torch.fx compatibility * mypy fix * lint fix * added legacy interface * added weight link * updated docs * Update references/classification/train.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * Update torchvision/models/maxvit.py Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * adressed comments * update ra_maginuted and augmix_severity default values * adressed some comments * remove input_channels parameter Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 22 Sep, 2022 2 commits
-
-
Philip Meier authored
* add KernelInfo for adjust_brightness * add KernelInfo for adjust_contrast * add KernelInfo for adjust_hue * add KernelInfo for adjust_saturation * add KernelInfo for clamp_bounding_box * add KernelInfo for {five, ten}_crop_image_tensor as well as skip functionality * add KernelInfo for normalize * add KernelInfo for adjust_gamma * cleanup * add DispatcherInfo's for previously add KernelInfo's * add dispatcher info for elastic -
Philip Meier authored
* cleanup prototype transforms functional tests * fix * oust local functions
-
- 21 Sep, 2022 3 commits
-
-
Philip Meier authored
* port vertical_flip * port rotate * port crop * port resized_crop * port pad * port perspective * port elastic * port center_crop * port gaussian_blur * port equalize * port invert * port posterize * port solarize * port autocontrast * port adjust_sharpness * port erase * fix kernel infos * renable crop references * add tolerances to gaussian_blur kernel info
-
vfdev authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
vfdev authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 20 Sep, 2022 2 commits
-
-
Vasilis Vryniotis authored
* Improve existing low kernel test. * Add new midlevel jit-scriptability test (failing). * Remove duplicate aliases from kernel tests. * Fixing colour kernels. * Fixing deprecated kernels. * fix mypy * Silence mypy instead of fixing to avoid performance penalty * Fixing augment kernels. * Fixing augment meta. * Remove is_tracing calls. * Add fake ImageType and DType * Fixing type conversion kernels. * Fixing misc kernels. * partial fix geometry * Remove mutable default from `_pad_with_vector_fill()` + all other unnecessary defaults. * Fix geometry ops * Fixing tests * Removed xfail for jit tests on midlevel ops Co-authored-by:vfdev-5 <vfdev.5@gmail.com>
-
Ambuj Pawar authored
* ADD: init_weights config for googlenet * Fix: Inception and googlenet warnings * Fix: warning in test_datasets.py * Fix: Formatting error with ufmt * Fix: Failing tests in quantized_classification_model * Update test/test_models.py to make googlenet in 1 line Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Refactor: Change inception quantisation class initialization to use args/kwargs * Resolve mypy issue * Move *args before inception_blocks * Move args keywords before other arguments Co-authored-by:
Ambuj Pawar <your_email@abc.example> Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 19 Sep, 2022 3 commits
-
-
Philip Meier authored
* add xfailed smoke tests for dispatchers * also support old FunctionalInfo's * try reduce memory consumption for CI * fix sample inputs generation Co-authored-by:vfdev <vfdev.5@gmail.com>
-
vfdev authored
* Updated fill arg typehint for affine, perspective and elastic ops * Updated pad op on prototype side * Code updates * Few other minor updates * WIP * WIP * Updates * Update _image.py * Fixed tests
-
vfdev authored
* Updated fill arg typehint for affine, perspective and elastic ops * Updated pad op on prototype side * Code updates * Few other minor updates
-
- 16 Sep, 2022 4 commits
-
-
Nikita Shulga authored
Not sure what have changed between CUDA-11.3 and CUDA-11.6, but bumping tolerance keeps tests green
-
Philip Meier authored
* fix convert_format_bounding_box, affine_bounding_box, and resize_bounding_box * fix perspective and elastic * fix tests
-
Philip Meier authored
* fix PIL and tensor mask comparison * introduce kernel_name field * add dtype consistency test * port some tests from old framework * add kernel infos for conversion kernels * cleanup * use nearest and bicubic for resize image sample inputs * make parametrization id more obvious * use named sentinel instead of None for random image size
-
vfdev authored
-
- 15 Sep, 2022 5 commits
-
-
Ponku authored
* crestereo draft implementation * minor model fixes. positional embedding changes. * aligned base configuration with paper * Adressing comments * Broke down Adaptive Correlation Layer. Adressed some other commets. * adressed some nits * changed search size, added output channels to model attrs * changed weights naming * changed from iterations to num_iters * removed _make_coords, adressed comments * fixed jit test * config nit * Changed device arg to str Co-authored-by:
Joao Gomes <jdsgomes@fb.com> Co-authored-by:
YosuaMichael <yosuamichaelm@gmail.com>
-
vfdev authored
* [proto] Added consistency tests for detection transforms * Updated tests according to the review * More updates Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
vfdev authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
Philip Meier authored
* reduce verbosity of prototype tests and split them into multiple steps * rename builtin datasets module to fit common scheme
-
Philip Meier authored
-
- 14 Sep, 2022 3 commits
-
-
Vasilis Vryniotis authored
* Rename `convert_bounding_box_format` => `convert_format_bounding_box` * Add missed replacement.
-
Vasilis Vryniotis authored
* Fix bug on `get_image_size()` and move it to deprecated. Introduce generic named spatial/channel equivalents. * Update tests and fix mypy issues. * Remove the use of get_image_size from ElasticTransform. * Fix linter * Apply suggestions from code review. * Update torchvision/prototype/transforms/functional/_deprecated.py Co-authored-by:
Philip Meier <github.pmeier@posteo.de> * Further changes from code review. * Fix linter Co-authored-by:
Philip Meier <github.pmeier@posteo.de>
-
Philip Meier authored
* rename features.SegmentationMask -> features.Mask * rename kernels *_segmentation_mask -> *_mask and cleanup input name * cleanup * rename module _segmentation_mask.py -> _mask.py * fix test
-
- 13 Sep, 2022 3 commits
-
-
Philip Meier authored
* add generator functions for segmentation masks * update functional tests and fix kernels * fix transforms tests
-
Vasilis Vryniotis authored
-
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 3 commits
-
-
Ponku authored
* Added Middlebury2014 dataset * adressed nits * mypy fix
-
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
-