1. 06 Sep, 2021 1 commit
  2. 05 Sep, 2021 1 commit
  3. 04 Sep, 2021 3 commits
  4. 02 Sep, 2021 5 commits
  5. 01 Sep, 2021 4 commits
  6. 31 Aug, 2021 5 commits
  7. 27 Aug, 2021 2 commits
  8. 26 Aug, 2021 5 commits
  9. 23 Aug, 2021 4 commits
  10. 20 Aug, 2021 1 commit
  11. 19 Aug, 2021 2 commits
  12. 18 Aug, 2021 2 commits
    • Aditya Oke's avatar
      Added typing annotations to transforms/functional_pil (#4234) · 759c5b6d
      Aditya Oke authored
      
      
      * fix
      
      * add functional PIL typings
      
      * fix types
      
      * fix types
      
      * fix a small one
      
      * small fix
      
      * fix type
      
      * fix interpolation types
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      759c5b6d
    • Alex Lin's avatar
      Replace get_tmp_dir() with tmpdir fixture in tests (#4280) · 98cb4ead
      Alex Lin authored
      
      
      * Replace in test_datasets*
      
      * Replace in test_image.py
      
      * Replace in test_transforms_tensor.py
      
      * Replace in test_internet.py and test_io.py
      
      * get_list_of_videos is util function still use get_tmp_dir
      
      * Fix get_list_of_videos siginiture
      
      * Add get_tmp_dir import
      
      * Modify test_datasets_video_utils.py for test to pass
      
      * Fix indentation
      
      * Replace get_tmp_dir in util functions in test_dataset_sampler.py
      
      * Replace get_tmp_dir in util functions in test_dataset_video_utils.py
      
      * Move get_tmp_dir() to datasets_utils.py and refactor
      
      * Fix pylint, indentation and imports
      
      * import shutil to common_util.py
      
      * Fix function signiture
      
      * Remove get_list_of_videos under context manager
      
      * Move get_list_of_videos to common_utils.py
      
      * Move get_tmp_dir() back to common_utils.py
      
      * Fix pylint and imports
      Co-authored-by: default avatarNicolas Hug <contact@nicolas-hug.com>
      98cb4ead
  13. 17 Aug, 2021 3 commits
  14. 16 Aug, 2021 2 commits