1. 07 Jan, 2022 2 commits
  2. 06 Jan, 2022 8 commits
  3. 05 Jan, 2022 4 commits
  4. 04 Jan, 2022 2 commits
  5. 02 Jan, 2022 1 commit
  6. 01 Jan, 2022 1 commit
  7. 31 Dec, 2021 1 commit
  8. 30 Dec, 2021 2 commits
    • Yi Zhang's avatar
      disable windows updates (#5122) · 93191f88
      Yi Zhang authored
      
      Co-authored-by: default avatarNikita Shulga <nshulga@fb.com>
      93191f88
    • Prabhat Roy's avatar
      Add video GPU decoder (#5019) · 64d21d12
      Prabhat Roy authored
      
      
      * [WIP] Add video GPU decoder
      
      * Expose use_dev_frame to python class and handle it internally
      
      * Fixed invalid argument CUDA error
      
      * Fixed empty and missing frames
      
      * Free remaining frames in the queue
      
      * Added nv12 to yuv420 conversion support for host frames
      
      * Added unit test and cleaned up code
      
      * Use CUDA_HOME inside if
      
      * Undo commented out code
      
      * Add Readme
      
      * Remove output_format and use_device_frame optional arguments from the VideoReader API
      
      * Cleaned up init()
      
      * Fix warnings
      
      * Fix python linter errors
      
      * Fix linter issues in setup.py
      
      * clang-format
      
      * Make reformat private
      
      * Member function naming
      
      * Add comments
      
      * Variable renaming
      
      * Code cleanup
      
      * Make return type of decode() void
      
      * Replace printing errors with throwing runtime_error
      
      * Replaced runtime_error with TORCH_CHECK in demuxer.h
      
      * Use CUDAGuard instead of cudaSetDevice
      
      * Remove printf
      
      * Use Tensor instead of uint8* and remove cuMemAlloc/cuMemFree
      
      * Use TORCH_CHECK instead of runtime_error
      
      * Use TORCHVISION_INCLUDE and TORCHVISION_LIBRARY to pass video codec location
      
      * Include ffmpeg_include_dir
      
      * Remove space
      
      * Removed use of runtime_error
      
      * Update Readme
      
      * Check for bsf.h
      
      * Change struct initialisation style
      
      * Clean-up get_operating_point
      
      * Make variable naming convention uniform
      
      * Move checking for bsf.h around
      
      * Fix linter error
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      64d21d12
  9. 27 Dec, 2021 1 commit
  10. 24 Dec, 2021 1 commit
  11. 22 Dec, 2021 2 commits
    • Joao Gomes's avatar
      Food 101 dataset (#5119) · 65676b4b
      Joao Gomes authored
      
      
      * Adding multiweight support for shufflenetv2 prototype models
      
      * Revert "Adding multiweight support for shufflenetv2 prototype models"
      
      This reverts commit 31fadbee7d1a65cd73ae43dfd4ac6e97e7ca7b01.
      
      * Adding multiweight support for shufflenetv2 prototype models
      
      * Revert "Adding multiweight support for shufflenetv2 prototype models"
      
      This reverts commit 4e3d900f796c1e3e667312087e77956ca4a4c017.
      
      * Add Food101 Dataset
      
      Addresses #5108.
      cc @pmeier @NicolasHug
      
      * Remove unecessary Path contructor calls
      
      * Remove unecessary Path contructor callsi and fix types
      
      * Fix tests
      
      * Address PR comments from @pmeier
      
      * Fix bug in tests and in food101 dataset
      
      * Fix bug in tests and in food101 dataset
      
      * Update torchvision/datasets/food101.py
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      65676b4b
    • peterbell10's avatar
      Fix missing Torch includes (#5118) · 8096c1b5
      peterbell10 authored
      * Fix missing Torch includes
      
      * Import op_registration directly
      8096c1b5
  12. 21 Dec, 2021 2 commits
    • Kai Zhang's avatar
      Add api usage log to transforms (#5007) · 55f7faf3
      Kai Zhang authored
      * add api usage log to functional transforms
      
      * add log to transforms
      
      * fix for scriptablity
      
      * skip Compose for scriptability
      
      * follow the new policy
      
      * torchscriptbility
      
      * adopt new API
      
      * make Compose scriptable
      
      * move from __call__ to __init__
      55f7faf3
    • Kai Zhang's avatar
      Log io usage (#5038) · da7680f0
      Kai Zhang authored
      * add api usage log for io
      
      * cover VideoReader
      
      * cover c++ APIs
      
      * add api usage log for io
      
      * cover VideoReader
      
      * cover c++ APIs
      
      * add _cpp suffix to c++ APIs
      
      * use new API and change cpp format
      
      * remove _cpp suffix
      
      * adopt new API
      
      * lint
      da7680f0
  13. 20 Dec, 2021 2 commits
  14. 19 Dec, 2021 2 commits
  15. 17 Dec, 2021 1 commit
  16. 16 Dec, 2021 3 commits
  17. 15 Dec, 2021 1 commit
  18. 14 Dec, 2021 4 commits