1. 17 May, 2022 6 commits
  2. 16 May, 2022 9 commits
  3. 13 May, 2022 4 commits
  4. 12 May, 2022 9 commits
  5. 11 May, 2022 3 commits
  6. 10 May, 2022 3 commits
  7. 09 May, 2022 6 commits
    • Andrey Talman's avatar
      Cleanup removing old cu115 code (#5978) · 651b97e2
      Andrey Talman authored
      651b97e2
    • Yassine Alouini's avatar
      Distance IoU (#5786) · 1ae38297
      Yassine Alouini authored
      
      
      * [FEAT] Add distance IoU and distance IoU loss + some tests (WIP for tests).
      
      * [FIX] Remove URL from docstring + remove assert since it causes a big performance drop.
      
      * [FIX] eps isn't None.
      
      * [TEST] Update existing box dIoU test + add dIoU loss tests (inspired from cIoU ones).
      
      * [ENH] Some pre-commit fixes + remove print + mypy.
      
      * [ENH] Pass the device in the assertion for the dIoU loss test.
      
      * [FIX] Remove type hints from the dIoU box test.
      
      * [ENH] Refactor box and loss for dIoU functions + fix half tests.
      
      * [FIX] Precommits fix.
      
      * [ENH] Some improvement for the distance IoU tests thanks to code review.
      
      * [ENH] Upcast in distance boxes computation to avoid overflow.
      
      * [ENH] Revert the refactor of distance IoU loss back since it introduced a bug and can be slow.
      
      * Precommit fix.
      
      * [FIX] Few changes introduced by merge conflict.
      
      * Add code reference
      
      * Fix test
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      1ae38297
    • Nicolas Hug's avatar
      Fix InceptionV3 docs (#5963) · c1868581
      Nicolas Hug authored
      c1868581
    • Nicolas Hug's avatar
      Fixing AlexNet references (#5962) · aa31740b
      Nicolas Hug authored
      * Fixing AlexNet references
      
      * Fix doc rendering
      aa31740b
    • vfdev's avatar
      [proto] Added `center_crop_bounding_box` functional op (#5972) · 7d0d7fd7
      vfdev authored
      * [proto] Added `center_crop_bounding_box` functional op
      
      * Fixed mypy issue
      
      * Added one more test case
      
      * More test cases
      7d0d7fd7
    • vfdev's avatar
      [proto] Added functional `perspective_bounding_box/segmentation_mask` ops (#5888) · f079f5a5
      vfdev authored
      * Added functional `perspective_bounding_box`/`perspective_segmentation_mask` ops
      
      * Added more comments and added a code to assert denom != 0
      
      * Put larger r/a tolerence when matching bboxes
      f079f5a5