1. 28 Sep, 2022 1 commit
    • Nicolas Hug's avatar
      Remove deprecated APIs for 0.14 (#6258) · 7b8a6db7
      Nicolas Hug authored
      
      
      * Remove Kinetics400 class
      
      * Remove '2007-test' in VOC
      
      * Remove some MobileNet layer classes
      
      * Remove torchvision/models/segmentation/segmentation.py
      
      * Remove some MultiScaleRoIAlign methods
      
      * Remove torchvision/transforms/_functional_video.py
      
      * Remove torchvision/transforms/_transforms_video.py
      
      * Remove resample parameter in transforms
      
      * Remove 'range' parameter
      
      * Remove 'fill_value' parameter in transforms
      
      * Revert to original warning for C++ models - looks like we should still keep them around?
      
      * pre-commit
      
      * Fix docs
      
      * Remove test/test_transforms_video.py
      
      * Some fixes
      
      * Remove more tests
      
      * Revert changes to C++ models
      
      * Add back _transforms_video and change warning message
      
      * Change back the warning message, and will change the warning message on separate PR
      Co-authored-by: default avatarYosuaMichael <yosuamichaelm@gmail.com>
      Co-authored-by: default avatarYosua Michael Maranatha <yosuamichael@fb.com>
      7b8a6db7
  2. 22 Jul, 2022 1 commit
  3. 08 Jul, 2022 1 commit
  4. 05 Jul, 2022 1 commit
  5. 06 Jun, 2022 1 commit
  6. 23 May, 2022 1 commit
  7. 12 May, 2022 1 commit
  8. 19 Apr, 2022 1 commit
  9. 15 Mar, 2022 1 commit
  10. 16 Feb, 2022 1 commit
  11. 08 Feb, 2022 1 commit
  12. 03 Feb, 2022 1 commit
  13. 28 Jan, 2022 1 commit
  14. 27 Jan, 2022 1 commit
  15. 26 Jan, 2022 1 commit
  16. 09 Jan, 2022 1 commit
  17. 16 Dec, 2021 2 commits
  18. 15 Dec, 2021 1 commit
  19. 10 Dec, 2021 1 commit
  20. 09 Dec, 2021 1 commit
  21. 10 Nov, 2021 1 commit
  22. 09 Nov, 2021 1 commit
    • Aditya Oke's avatar
      Add utility to draw keypoints (#4216) · a4ca717f
      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: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      a4ca717f
  23. 29 Oct, 2021 1 commit
  24. 28 Oct, 2021 1 commit
  25. 25 Oct, 2021 1 commit
  26. 05 Oct, 2021 1 commit
  27. 04 Oct, 2021 1 commit
    • Philip Meier's avatar
      Add ufmt (usort + black) as code formatter (#4384) · 5f0edb97
      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: default avatarNicolas Hug <nicolashug@fb.com>
      5f0edb97
  28. 23 Jun, 2021 1 commit
  29. 11 Jun, 2021 2 commits
  30. 04 Jun, 2021 1 commit
  31. 22 May, 2021 1 commit
  32. 17 May, 2021 1 commit
  33. 11 May, 2021 1 commit
  34. 30 Mar, 2021 1 commit
    • Aditya Oke's avatar
      Improved utilites, adds examples, tests (#3594) · 66d777e7
      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: default avatarFrancisco Massa <fvsmassa@gmail.com>
      66d777e7
  35. 22 Mar, 2021 1 commit
  36. 01 Feb, 2021 1 commit
  37. 29 Jan, 2021 2 commits