- 03 Aug, 2020 12 commits
-
-
Areiser authored
* Clarify scaling of ToTensor transform for target masks in the documentation * Add link to the segmentation reference Co-authored-by:
vfdev <vfdev.5@gmail.com> Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Zhiqing Xiao authored
Add document entry for datasets.Omniglot
-
- 31 Jul, 2020 9 commits
-
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
Philip Meier authored
-
- 30 Jul, 2020 4 commits
-
-
guyang3532 authored
-
Philip Meier authored
* enable mypy for torchvision.datasets and ignore existing errors * imagenet * utils * lint
-
dmitrysarov authored
Co-authored-by:dmitrysarov <d.shaulskiy@gmail.com>
-
Philip Meier authored
* fix fill parameter for PIL pad * add test * fix * lint
-
- 29 Jul, 2020 2 commits
-
-
Taras Savchyn authored
-
vfdev authored
* [WIP] Unified input for T.RandomAffine * Unified inputs for T.RandomAffine transformation * Update transforms.py * Updated docs of F.affine fillcolor * Update transforms.py
-
- 20 Jul, 2020 1 commit
-
-
Negin Raoof authored
* Update transform.py * Update transform.py
-
- 17 Jul, 2020 1 commit
-
-
Brian Vaughan authored
* add torchscriptable adjust_gamma transform https://github.com/pytorch/vision/issues/1375 * changes based on code-review * Apply suggested change to add type hint Required by mypy, even thought technically incorrect due to possible Image parameter. torchscript doesn't support a union based type hint. Co-authored-by:
vfdev <vfdev.5@gmail.com> Co-authored-by:
vfdev <vfdev.5@gmail.com>
-
- 16 Jul, 2020 2 commits
-
-
Kushajveer Singh authored
* perform cyclic check for hue in test_rgb2hsv Test fails for cases when hue=0 and hue=360. As hue is cyclic in nature, add cyclic logic for checking the max difference by taking the sin of the tensor and then comparing the max values. * address linter issues
-
vfdev authored
* [WIP] F.affine * [WIP] F.affine + tests * Unified input for F.affine * Removed commented code * Removed unused imports
-
- 15 Jul, 2020 2 commits
-
-
Edgar Andrés Margffoy Tuay authored
* Add corruption cases * Read jpeg headers until exhaustion * Minor error correction * Add test script * Raise exception when image is truncated * Add test * Skip damaged_jpeg folder * Compare against basename * Remove unused test file
-
vfdev authored
Incoherence is when affine transformation is 90 degrees rotation and output contains a zero line
-
- 13 Jul, 2020 2 commits
-
-
Edgar Andrés Margffoy Tuay authored
* Remove linux distribution detection, search first on local paths for libraries * Use not in * Remove unused variables
-
guyang3532 authored
-
- 12 Jul, 2020 2 commits
-
-
Vukašin Manojlović authored
-
peterjc123 authored
-
- 10 Jul, 2020 2 commits
-
-
Brian Vaughan authored
-
Artyom Astafurov authored
-
- 09 Jul, 2020 1 commit
-
-
Francisco Massa authored
* Fix wrong clamping in RoIAlign with aligned=True * Fix silly mistake * Bugfix pointed out during code-review
-