- 16 Sep, 2022 5 commits
-
-
vfdev authored
-
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
-
YosuaMichael authored
-
- 15 Sep, 2022 8 commits
-
-
Andrey Talman authored
-
Vasilis Vryniotis authored
* Remove alias for `pil_to_tensor()` * Remove alias for `PILToTensor` * Leave `to_tensor()` as-is. * Fix linter
-
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
-
Vasilis Vryniotis authored
-
- 14 Sep, 2022 7 commits
-
-
Vasilis Vryniotis authored
* Rename `convert_bounding_box_format` => `convert_format_bounding_box` * Add missed replacement.
-
YosuaMichael authored
-
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>
-
Andrey Talman authored
Fix cuda 11.6 and 11.7 Check nvjpeg from CONDA Path More cuda11.6 Trying to fix the build Trying to fix the build Removing nvjpeg logic Add NvToolsExt dll path Fix lint
-
YosuaMichael authored
* Update raft_stereo to sync forward param with CREStereo and have output_channel * Add flow_init param to docstring * Use output_channels instead of output_channel * Replace depth with disparity since what we predict actually disparity instead of actual depth
-
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
-
Philip Meier authored
* fix resize for segmentation masks without batch dim * micro improvement of stable crop * Revert "micro improvement of stable crop" This reverts commit e981e36f92dabc8f2ee05bec53a628a476a2b236.
-
- 13 Sep, 2022 7 commits
-
-
Nikita Shulga authored
Not sure, why it wasn't the case before
-
Philip Meier authored
-
Philip Meier authored
* add generator functions for segmentation masks * update functional tests and fix kernels * fix transforms tests
-
Vasilis Vryniotis authored
-
Vasilis Vryniotis authored
-
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 2 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.
-