- 04 Mar, 2022 1 commit
-
-
Vasilis Vryniotis authored
* Remove from models and references. * Adding most tests and docs. * Adding transforms tests. * Remove unnecesary ipython notebook. * Simplify tests. * Addressing comments.
-
- 03 Feb, 2022 1 commit
-
-
Aditya Oke authored
* Add random colors * Update error message, pretty the code * Update edge cases * Change implementation to tuples * Fix bugs * Add tests * Reuse palette * small rename fix * Update tests and code * Simplify code * ufmt * fixed colors -> random colors in docstring * Actually simplify further * Silence mypy. Twice. lol. Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 28 Jan, 2022 1 commit
-
-
Nicolas Hug authored
-
- 27 Jan, 2022 1 commit
-
-
Aditya Oke authored
* Start stuff * Start adding some implementation * Add implementation * Use torch for colorwheel * Add simple test * Fix small numpy rename * Adapt the changes * Fix stuff * Add suggestions * Minor fixes for float * Remove idx logic * Simplify * Fix test * Update code and add test * Add expected flow asset * Fix expected flow path * Doc nits Co-authored-by:
Nicolas Hug <nicolashug@fb.com> Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com>
-
- 10 Nov, 2021 1 commit
-
-
Aditya Oke authored
* Start writing gallery example * Remove the child image fix implementation add code * add docs * Apply suggestions from code review Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> * address review update thumbnail Co-authored-by:
Philip Meier <github.pmeier@posteo.de> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 09 Nov, 2021 1 commit
-
-
Aditya Oke authored
* fix * Outline Keypoints API * Add utility * make it work :) * Fix optional type * Add connectivity, fmassa's advice
😃 * Minor code improvement * small fix * fix implementation * Add tests * Fix tests * Update colors * Fix bug and test more robustly * Add a comment, merge stuff * Fix fmt * Support single str for merging * Remove unnecessary vars. Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 05 Oct, 2021 1 commit
-
-
Aditya Oke authored
* Add str param * Update test to include str * Fix mypy * Remove a small bracket * Test more robustly * Update docstring and test: * Apply suggestions from code review Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> * Update torchvision/utils.py Small docstring fix * Update torchvision/utils.py * remove unnecessary renaming Co-authored-by:
Nicolas Hug <contact@nicolas-hug.com> Co-authored-by:
Nicolas Hug <nicolashug@fb.com>
-
- 04 Oct, 2021 1 commit
-
-
Philip Meier authored
* add ufmt as code formatter * cleanup * quote ufmt requirement * split imports into more groups * regenerate circleci config * fix CI * clarify local testing utils section * use ufmt pre-commit hook * split relative imports into local category * Revert "split relative imports into local category" This reverts commit f2e224cde2008c56c9347c1f69746d39065cdd51. * pin black and usort dependencies * fix local test utils detection * fix ufmt rev * add reference utils to local category * fix usort config * remove custom categories sorting * Run pre-commit without fixing flake8 * got a double import in merge Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 14 Jul, 2021 1 commit
-
-
Philip Meier authored
Co-authored-by:Nicolas Hug <nicolashug@fb.com>
-
- 23 Jun, 2021 1 commit
-
-
Sepehr Sameni authored
-
- 11 Jun, 2021 1 commit
-
-
Vasilis Vryniotis authored
* Adding a test for grayscale images. * Doing the ops in torch, adding more checks.
-
- 25 May, 2021 2 commits
-
-
Zhiqiang Wang authored
-
Nicolas Hug authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 21 May, 2021 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Philip Meier <github.pmeier@posteo.de>
-
- 17 May, 2021 1 commit
-
-
Nicolas Hug authored
Rewrite draw_segmentation_masks and update gallery example to illustrate both instance and semantic segmentation models (#3824)
-
- 06 Apr, 2021 1 commit
-
-
Nicolas Hug authored
* new image * avoid check if pil version is < 8.2 as the reference image would be different
-
- 30 Mar, 2021 1 commit
-
-
Aditya Oke authored
* start adding tests * add return type and doc * adds tests * add no fill tests * add rgb test * check inplace * bug fix * bug fix * rewrite make grid * add plotting demos * rename file * remove * updt * Add viz * updt * update readme, add links * complte bounding boxes * Complete the examples! * link fix * link fixed Co-authored-by:Francisco Massa <fvsmassa@gmail.com>
-
- 22 Mar, 2021 1 commit
-
-
Aditya Oke authored
* add draw segm masks * rewrites with new api * fix flaky colors * fix resize bug * resize for sanity * cleanup * project the image * Minor refactor to adopt num classes * add uint8 in docstring * adds alpha and docstring * move code a bit down * Minor fix * fix type check * Fixing resize bug. * Fix type of alpha. * Remove unnecessary RGBA conversions. * update docs to supported only rgb * minor edits * adds tests * shifts masks up * change tests and impelementation for bool * change mode to L * convert to float * fixes docs Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Vasilis Vryniotis <vvryniotis@fb.com> Co-authored-by:
Francisco Massa <fvsmassa@gmail.com>
-
- 12 Mar, 2021 1 commit
-
-
Nicolas Hug authored
Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 01 Feb, 2021 1 commit
-
-
Aditya Oke authored
* adds fill paramter * small doc edit * Change fill to bool * add filled * fix the bugs * Fixes bugs * adds test with fill param * fix tuple bug Co-authored-by:Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 02 Dec, 2020 1 commit
-
-
Francisco Massa authored
For now this simplifies a few things for fbcode integration. We can add this back in the future
-
- 01 Dec, 2020 1 commit
-
-
AdityaKhursale authored
* Fix: Improve the bounding boxes implementation Use write_png instead of PIL in test_draw_boxes() Initialize txt_font only once * Remove channels permutation in test_draw_boxes Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com> Co-authored-by:
Aditya Khursale <akhursale@nvidia.com> Co-authored-by:
Vasilis Vryniotis <datumbox@users.noreply.github.com>
-
- 27 Nov, 2020 1 commit
-
-
Aditya Oke authored
* initital prototype * flake * Adds documentation * minimal working bboxes * Adds label display * adds colors :-) * adds suggestions and fixes CI * handles image of dim 4 * fixes image handling * removes dev file * adds suggested changes * Updating the API. * Update test. * Implementing code review improvements. * Further refactoring and adding test. * Replace random to white to reduce size and change font on tests. Co-authored-by:Vasilis Vryniotis <vvryniotis@fb.com>
-
- 25 Oct, 2019 1 commit
-
-
F-G Fernandez authored
* test: Updated asserts in test_utils Updated all raw asserts to corresponding unittest.TestCase.assert. See #1483 * style: Fixed lint check
-
- 24 Sep, 2019 1 commit
-
-
Francisco Massa authored
-
- 23 Sep, 2019 1 commit
-
-
Surgan Jandial authored
* format param added * lint fixes * lint fixes * lint fixes
-
- 09 Sep, 2019 1 commit
-
-
Francisco Massa authored
* [WIP] Add CircleCI for CI * Make jobs only run on master * Add initial CI * [wip] testing if works * Trying some basic GPU tests * [WIP] maybe it will work? * [WIP] One more try * Pin versions * Simplify and reuse * Fix * [WIP] testing windows * [WIP] testing windows * Try windows * Try Windows * Try windows * Try windows * Try windows * Try windows * Try windows * Try windows * Windows speedup * Windows multicores * Add parallel flags for Windows * Skip some tests on Windows * Sync config.yml and config.yml.in * Regenerate * Run all tests * Limit python and cuda version for finding pytorch * Skip darwin for previous check * Add description * Fix logic * Remove space * Add CUDA test back * Add back .travis.yml for now and remove duplicate test * Add newline
-
- 26 Jun, 2019 1 commit
-
-
Benoit Brummer authored
* fix save_image when height or width == 1 * test_save_image_single_pixel
-
- 20 Jun, 2019 1 commit
-
-
Francisco Massa authored
-
- 10 Apr, 2019 1 commit
-
-
Ashok M authored
-
- 08 Apr, 2019 1 commit
-
-
Ashok M authored
-
- 04 May, 2018 1 commit
-
-
vfdev authored
Remove test with variables
-
- 04 Sep, 2017 1 commit
-
-
Francisco Massa authored
-