"docs/vscode:/vscode.git/clone" did not exist on "291c49b8c1da8b8bcc6e19514824cccaf1475eb9"
  1. 19 Apr, 2021 2 commits
  2. 18 Apr, 2021 1 commit
  3. 17 Apr, 2021 1 commit
  4. 16 Apr, 2021 1 commit
  5. 14 Apr, 2021 2 commits
  6. 13 Apr, 2021 1 commit
  7. 12 Apr, 2021 3 commits
  8. 10 Apr, 2021 1 commit
  9. 09 Apr, 2021 2 commits
    • Prabhat Roy's avatar
      Added KITTI dataset (#3640) · 7da9afee
      Prabhat Roy authored
      
      
      * Added KITTI dataset
      
      * Addressed review comments
      
      * Changed type of target to List[Dict] and corrected the data types of the returned values.
      
      * Updated unit test to rely on ImageDatasetTestCase
      
      * Added kitti to dataset documentation
      
      * Cleaned up test and some minor changes
      
      * Made data_url a string instead of a list
      
      * Removed unnecessary try and print
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      7da9afee
    • Vasilis Vryniotis's avatar
      Unify onnx and JIT resize implementations (#3654) · 1d0b43ea
      Vasilis Vryniotis authored
      * Make two methods as similar as possible.
      
      * Introducing conditional fake casting.
      
      * Change the casting mechanism.
      1d0b43ea
  10. 08 Apr, 2021 4 commits
    • Vasilis Vryniotis's avatar
      Add missing device info. (#3651) · 07fb8ba7
      Vasilis Vryniotis authored
      07fb8ba7
    • 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
    • Nicolas Hug's avatar
      Update to transforms docs (#3646) · 3a278d70
      Nicolas Hug authored
      
      
      * Fixed return docstrings
      
      * Added some refs and corrected some parts
      
      * more refs, and a note about dtypes
      Co-authored-by: default avatarFrancisco Massa <fvsmassa@gmail.com>
      3a278d70
    • Mustafa Bal's avatar
      Added defusedxml to parse untrusted XML data (#3636) · 7f4ae8c6
      Mustafa Bal authored
      
      
      * Added defusedxml to parse untrusted XML data
      
      * Added typecheck disable for defusedxml
      Co-authored-by: default avatarNicolas Hug <nicolashug@fb.com>
      7f4ae8c6
  11. 07 Apr, 2021 7 commits
  12. 06 Apr, 2021 2 commits
  13. 31 Mar, 2021 3 commits
  14. 30 Mar, 2021 10 commits