1. 15 Nov, 2022 2 commits
  2. 14 Nov, 2022 3 commits
    • Vasilis Vryniotis's avatar
      [prototype] Optimize and clean up all affine methods (#6945) · b1f6c9e2
      Vasilis Vryniotis authored
      * Clean up `_get_inverse_affine_matrix` and `_compute_affine_output_size`
      
      * Optimize `_apply_grid_transform`
      
      * Cleanup `_assert_grid_transform_inputs`
      
      * Fix bugs on `_pad_with_scalar_fill` & `crop_mask` and port `crop_image_tensor`
      
      * Call directly `_pad_with_scalar_fill`
      
      * Fix linter
      
      * Clean up `center_crop_image_tensor`
      
      * Fix comments.
      
      * Fixing rounding issues.
      
      * Bumping tolerance for rotate which is unrelated to this PR.
      
      * Fix tolerance threshold for RandomPerspective.
      
      * Clean up `_affine_grid` and `affine_image_tensor`
      
      * Clean up `rotate_image_tensor`
      
      * Fixing linter
      
      * Address code-review comments.
      b1f6c9e2
    • YosuaMichael's avatar
      Set pytorch vision decoder probesize for getting stream info based on the... · de350bc0
      YosuaMichael authored
      Set pytorch vision decoder probesize for getting stream info based on the value from decode setting (#6900) (#6950)
      
      Summary:
      Pull Request resolved: https://github.com/pytorch/vision/pull/6900
      
      
      
      1. Pass along the value of probesize from decode setting.
      2. allow pytorch vision decoder to set the probesize for getting stream info
      
      Reviewed By: jdsgomes
      
      Differential Revision: D40967782
      
      fbshipit-source-id: 642ae3b67c50b1fdafc20f9814a52fdf5db527d7
      Co-authored-by: default avatarChen Liu <cliu7@meta.com>
      de350bc0
    • Vasilis Vryniotis's avatar
      Fix bug on prototype `pad` (#6949) · c5958862
      Vasilis Vryniotis authored
      c5958862
  3. 11 Nov, 2022 3 commits
    • toni057's avatar
      Adding FLOPs and size to model metadata (#6936) · deba0562
      toni057 authored
      
      
      * Adding FLOPs and size to model metadata
      
      * Adding weight size to quantization models
      
      * Small refactor of rich metadata
      
      * Removing unused code
      
      * Fixing wrong entries
      
      * Adding .DS_Store to gitignore
      
      * Renaming _flops to _ops
      
      * Adding number of operations to quantization models
      
      * Reflecting _flops change to _ops
      
      * Renamed ops and weight size in individual model doc pages
      
      * Linter fixes
      
      * Rounding ops to first decimal
      
      * Rounding num ops and sizes to 3 decimals
      
      * Change naming of columns.
      
      * Update tables
      Co-authored-by: default avatarToni Blaslov <tblaslov@fb.com>
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      deba0562
    • Philip Meier's avatar
      Cleanup prototype datasets CI and related things (#6944) · ad2eceab
      Philip Meier authored
      * remove prototype datasets from CI
      
      * move encoded features to prototype datasets namespace
      
      * remove decoding transforms
      
      * [REVERT ME] reinstate prototype datasets CI
      
      * Revert "[REVERT ME] reinstate prototype datasets CI"
      
      This reverts commit 215fb185cf6be5be7adf0388116c77acc9a5d3f3.
      ad2eceab
    • Philip Meier's avatar
      fix prototype transforms tests with set agg_method (#6934) · 65769ab7
      Philip Meier authored
      * fix prototype transforms tests with set agg_method
      
      * use individual tolerances
      
      * refactor PIL reference test
      
      * increase tolerance for elastic_mask
      
      * fix autocontrast tolerances
      
      * increase tolerance for RandomAutocontrast
      65769ab7
  4. 10 Nov, 2022 4 commits
  5. 09 Nov, 2022 3 commits
  6. 08 Nov, 2022 1 commit
  7. 07 Nov, 2022 6 commits
  8. 04 Nov, 2022 11 commits
  9. 03 Nov, 2022 7 commits