- 30 Aug, 2023 1 commit
-
-
Nicolas Hug authored
-
- 22 Aug, 2023 1 commit
-
-
Nicolas Hug authored
-
- 18 Aug, 2023 1 commit
-
-
Philip Meier authored
-
- 17 Aug, 2023 1 commit
-
-
Nicolas Hug authored
-
- 16 Aug, 2023 1 commit
-
-
Philip Meier authored
-
- 01 Aug, 2023 1 commit
-
-
Philip Meier authored
-
- 31 Jul, 2023 1 commit
-
-
Nicolas Hug authored
-
- 17 Feb, 2023 1 commit
-
-
Philip Meier authored
-
- 16 Feb, 2023 1 commit
-
-
Philip Meier authored
Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
vfdev-5 <vfdev.5@gmail.com>
-
- 24 Jan, 2023 1 commit
-
-
Nicolas Hug authored
-
- 05 Dec, 2022 1 commit
-
-
Philip Meier authored
* rename features._Feature to datapoints.Datapoint * _Datapoint to Datapoint * move is_simple_tensor to transforms.utils * fix CI * move Datapoint out of public namespace
-
- 30 Nov, 2022 1 commit
-
-
Philip Meier authored
* expose some prototype transforms utils * rename _isinstance
-
- 11 Oct, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Change `image_size` to `spatial_size` * Fix linter * Fixing more tests. * Adding get_num_channels_video and get_spatial_size_* kernels for video, masks and bboxes. * Refactor get_spatial_size * Reduce the usage of `query_chw` where possible * Rename `query_chw` to `query_spatial_size` * Adding `get_num_frames` dispatcher and kernel. * Adding jit-scriptability tests
-
- 04 Oct, 2022 1 commit
-
-
YosuaMichael authored
* Remove test related to prototype * Remove torchvision/prototype dir * Remove references/depth/stereo because it depend on prototype * Remove prototype related entries on mypy.ini * Remove things related to prototype in pytest.ini * clean setup.py from prototype * Clean CI from prototype * Remove unused expect file
-
- 14 Sep, 2022 1 commit
-
-
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 1 commit
-
-
Philip Meier authored
* add generator functions for segmentation masks * update functional tests and fix kernels * fix transforms tests
-
- 09 Sep, 2022 1 commit
-
-
Philip Meier authored
-
- 26 Aug, 2022 1 commit
-
-
Philip Meier authored
* move simple_tensor to features module * fix test
-
- 18 Aug, 2022 1 commit
-
-
Philip Meier authored
* expand has_any and has_all to also accept check callables * add test and fix has_all * add support for simple tensor images to CutMix, MixUp and RandomIoUCrop * remove TODO * remove pythonic syntax sugar * simplify * use concreate examples in test rather than abstract ones * simplify further
-