1. 01 Nov, 2022 1 commit
    • vfdev's avatar
      [proto] Speed-up h/v bboxes flip ops (#6877) · 72c59526
      vfdev authored
      * [proto][tests] Added ref functions for h/v flips
      
      * Better dtype handling in reference_affine_bounding_box_helper
      
      * [proto] Speed-up h/v bboxes flip ops
      
      * Use more inplace ops
      
      * Removed _old methods
      
      * Fixed jit issue using a bit slower version
      72c59526
  2. 31 Oct, 2022 1 commit
  3. 28 Oct, 2022 2 commits
  4. 27 Oct, 2022 2 commits
  5. 25 Oct, 2022 3 commits
  6. 24 Oct, 2022 8 commits
  7. 21 Oct, 2022 4 commits
  8. 20 Oct, 2022 1 commit
  9. 18 Oct, 2022 1 commit
  10. 17 Oct, 2022 1 commit
    • vfdev's avatar
      [proto] Small optimization for gaussian_blur functional op (#6762) · decb1919
      vfdev authored
      * Use softmax in _get_gaussian_kernel1d
      
      * Revert "Use softmax in _get_gaussian_kernel1d"
      
      This reverts commit eb8fba36302d2da9e06e6f40afaaf901b276a771.
      
      * Code update
      
      * Relaxed tolerance in consistency tests for GaussianBlur and ElasticTransform
      
      * Code review updates
      
      * Update test_prototype_transforms_consistency.py
      decb1919
  11. 15 Oct, 2022 1 commit
  12. 14 Oct, 2022 2 commits
  13. 13 Oct, 2022 1 commit
  14. 12 Oct, 2022 1 commit
  15. 11 Oct, 2022 2 commits
    • vfdev's avatar
      [proto] Small improvement for tensor equalize op (#6738) · 11a2eeda
      vfdev authored
      * [proto] Small improvement for tensor equalize op
      
      * Fix code formatting
      
      * Added a comment on the ops
      11a2eeda
    • Vasilis Vryniotis's avatar
      [prototype] Switch to `spatial_size` (#6736) · 4d4711d9
      Vasilis Vryniotis authored
      * Change `image_size` to `spatial_size`
      
      * Fix linter
      
      * Fixing more tests.
      
      * Adding get_num_channels_video and get_spatial_size_* kernels for video, masks and bboxes.
      
      * Refactor get_spatial_size
      
      * Reduce the usage of `query_chw` where possible
      
      * Rename `query_chw` to `query_spatial_size`
      
      * Adding `get_num_frames` dispatcher and kernel.
      
      * Adding jit-scriptability tests
      4d4711d9
  16. 10 Oct, 2022 3 commits
  17. 07 Oct, 2022 3 commits
    • Vasilis Vryniotis's avatar
      [prototype] Rewrite the meta dimension methods (#6722) · 6e203b44
      Vasilis Vryniotis authored
      * Rewrite `get_dimensions`, `get_num_channels` and `get_spatial_size`
      
      * Remove `get_chw`
      
      * Remove comments
      
      * Make `get_spatial_size` support non-image input
      
      * Reduce the unnecessary use of `get_dimensions*`
      
      * Fix linters
      
      * Fix merge bug
      
      * Linter
      
      * Fix linter
      6e203b44
    • Philip Meier's avatar
      replace new_like with wrap_like (#6718) · 4c049ca3
      Philip Meier authored
      * replace new_like with wrap_like
      
      * fix videos
      
      * revert casting in favor of ignoring mypy
      4c049ca3
    • Philip Meier's avatar
      add Video feature and kernels (#6667) · 3118fb52
      Philip Meier authored
      * add video feature
      
      * add video kernels
      
      * add video testing utils
      
      * add one kernel info
      
      * fix kernel names in Video feature
      
      * use only uint8 for video testing
      
      * require at least 4 dims for Video feature
      
      * add TODO for image_size -> spatial_size
      
      * image -> video in feature constructor
      
      * introduce new combined images and video type
      
      * add video to transform utils
      
      * fix transforms test
      
      * fix auto augment
      
      * cleanup
      
      * address review comments
      
      * add remaining video kernel infos
      
      * add batch dimension squashing to some kernels
      
      * fix tests and kernel infos
      
      * add xfails for arbitrary batch sizes on some kernels
      
      * fix test setup
      
      * fix equalize_image_tensor for multi batch dims
      
      * fix adjust_sharpness_image_tensor for multi batch dims
      
      * address review comments
      3118fb52
  18. 06 Oct, 2022 2 commits
  19. 30 Sep, 2022 1 commit