1. 09 Jun, 2021 2 commits
  2. 08 Jun, 2021 1 commit
  3. 07 Jun, 2021 1 commit
  4. 04 Jun, 2021 1 commit
  5. 01 Jun, 2021 3 commits
  6. 24 May, 2021 1 commit
  7. 21 May, 2021 3 commits
  8. 19 May, 2021 1 commit
  9. 13 May, 2021 1 commit
  10. 11 May, 2021 1 commit
  11. 10 May, 2021 1 commit
    • vfdev's avatar
      Added antialias option to transforms.functional.resize (#3761) · b56f17ae
      vfdev authored
      * WIP Added antialias option to transforms.functional.resize
      
      * Updates according to the review
      
      * Excluded these C++ files for iOS build
      
      * Added support for mixed downsampling/upsampling
      
      * Fixed heap overflow caused by explicit loop unrolling
      
      * Applied PR review suggestions
      - used pytest parametrize instead unittest
      - cast to scalar_t ptr
      - removed interpolate aa files for ios/android keeping original cmake version
      b56f17ae
  12. 27 Apr, 2021 1 commit
  13. 13 Apr, 2021 1 commit
  14. 08 Apr, 2021 1 commit
    • Nicolas Hug's avatar
      Add Quantized version of RoIAlign (#3624) · ad9cc62a
      Nicolas Hug authored
      * WIP
      
      * clang
      
      * docs
      
      * extracted out common utils
      
      * Use better quantization function and pass tensors as parameters
      
      * proper dequantization
      
      * Some tests
      
      * Dequantization optimization, seems to gain a few ms
      
      * clang-format
      
      * again
      
      * more correct test. Had to remove optimization although it almost works
      
      * Also test aligned=True
      
      * remove useless part
      
      * more docs and comments
      
      * Put back optimization with more robust test
      
      * Added check for index upper bound
      
      * avoid possible overflow
      
      * Move common function into common.h
      
      * oops
      
      * scale=1,zero_point=0 makes more sense
      
      * Force batch size of 1 to prevent any indexingbug
      
      * format
      
      * format again
      
      * updated docstring
      
      * put back description comment for pre_calc_bilinear_interpolate
      
      * revert most changes to docstring as it's taken care of in another PR
      ad9cc62a
  15. 31 Mar, 2021 2 commits
  16. 30 Mar, 2021 1 commit
    • Nicolas Hug's avatar
      Add quantized version of nms (#3601) · f74bfab6
      Nicolas Hug authored
      * Add quantized version of nms
      
      * Added tests
      
      * Compute areas only once
      
      * remove calls to dequantize_val
      
      * fix return type for empty tensor
      
      * flake8
      
      * remove use of scale as it gets cancelled out
      
      * simpler int convertion in tests
      
      * explicitly set ovr to double
      
      * add tests for more values of scale and zero_point
      
      * comment about underflow
      
      * remove unnecessary accessor
      
      * properly convert to float for division
      
      * Add comments about underflow
      
      * explicitely cast coordinates to float to allow vectorization
      
      * clang
      
      * clang  again
      
      * hopefully OK now
      f74bfab6
  17. 24 Mar, 2021 1 commit
  18. 12 Mar, 2021 1 commit
  19. 10 Mar, 2021 1 commit
  20. 15 Feb, 2021 1 commit
  21. 12 Feb, 2021 1 commit
  22. 11 Feb, 2021 2 commits
  23. 04 Feb, 2021 1 commit
    • Ivan Kobzarev's avatar
      [android] android gradle project for ops (#2897) · 6949b893
      Ivan Kobzarev authored
      
      
      * [android] android gradle project for ops
      
      * Change CMakeLists to latest PyTorch
      
      * Use mobilenet_v3 models for detection
      
      Don't need to have two variants of the model anymore, but I'm not removing it for now
      
      * Fix orientation when angle = 0
      
      * [android][test_app] Fix YUV decoding
      
      * Use smaller version of mobilenet model
      
      * Divide inputs by 255 again
      
      * [android] assets mobilenetv3
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      6949b893
  24. 29 Jan, 2021 1 commit
  25. 28 Jan, 2021 2 commits
    • Vasilis Vryniotis's avatar
      Add namespace on image C++ codebase (#3312) · 7621a8ed
      Vasilis Vryniotis authored
      * Moving jpegcommon inside cpu implementation
      
      * Adding namespaces on image and moving private methods to anonymous.
      
      * Fixing headers.
      
      * Renaming public image methods to match the ones on python.
      
      * Refactoring to remove the double ifs in common_jpeg.h
      7621a8ed
    • Vasilis Vryniotis's avatar
      Restructure the video/video_reader C++ codebase (#3311) · e95a3d22
      Vasilis Vryniotis authored
      * Moving registration of video methods in Video.cpp and removing unnecessary includes.
      
      * Rename files according to cpp styles.
      
      * Adding namespaces and moving private methods to anonymous namespaces.
      
      * Syncing method names.
      
      * Fixing minor issues.
      e95a3d22
  26. 27 Jan, 2021 1 commit
  27. 25 Jan, 2021 1 commit
  28. 22 Jan, 2021 1 commit
  29. 14 Jan, 2021 1 commit
  30. 04 Jan, 2021 1 commit
  31. 20 Dec, 2020 1 commit
    • Siddhant Bansal's avatar
      Clean up and Document io.image enhancements (#3193) · af5cb00c
      Siddhant Bansal authored
      * Update ImageReadMode error messages, add newline at the end of image_read_mode.h, replace define with const in image_read_mode.h, add documentation to ImageReadMode enum
      
      * Update readpng_cpu and readjpeg_cpu error messages
      
      * Update image.py documentation
      af5cb00c
  32. 14 Dec, 2020 1 commit