1. 19 May, 2022 2 commits
  2. 18 May, 2022 4 commits
  3. 17 May, 2022 2 commits
  4. 16 May, 2022 3 commits
  5. 13 May, 2022 4 commits
  6. 12 May, 2022 6 commits
  7. 11 May, 2022 1 commit
  8. 10 May, 2022 1 commit
  9. 09 May, 2022 4 commits
    • 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
    • YosuaMichael's avatar
      Adding resnext101 64x4d model (#5935) · 4c02f103
      YosuaMichael authored
      * Add resnext101_64x4d model definition
      
      * Add test for resnext101_64x4d
      
      * Add resnext101_64x4d weight
      
      * Update checkpoint to use EMA weigth
      
      * Add quantization model signature for resnext101_64x4d
      
      * Fix class name and update accuracy using 1 gpu and batch_size=1
      
      * Apply ufmt
      
      * Update the quantized weight and accuracy that we still keep the training log
      
      * Add quantized expect file
      
      * Update docs and fix acc1
      
      * Add recipe for quantized to PR
      
      * Update models.rst
      4c02f103
  10. 05 May, 2022 1 commit
  11. 04 May, 2022 2 commits
  12. 03 May, 2022 8 commits
  13. 28 Apr, 2022 2 commits
    • Abhijit Deo's avatar
      Added CIOU loss function (#5776) · ecbff88a
      Abhijit Deo authored
      
      
      * added ciou loss
      
      * "formatting with flake8 and ufmt"
      
      * formatting with ufmt and flake8
      
      * minor changes
      
      * changes as per the suggestions
      
      * added reference in torchvision/ops/__init__.py
      
      * sample test
      
      * tests formatted
      
      * added description
      
      * formatting
      
      * edited tests
      
      * changes in tests
      
      * added tests for multiple boxes
      
      * minor edits
      
      * minor edit
      
      * doc added
      
      * minor edits
      
      * Update test_ops.py
      
      * formatting test file
      
      * changes as per the suggestions
      
      * formatting and adding some more tests
      
      * bounding box added
      
      * removed unnecessary comment
      
      * added docstring
      
      * added type annotations
      
      * removed potential bug
      
      * Update torchvision/ops/boxes.py
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      
      * Update torchvision/ops/boxes.py
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      
      * Update test/test_ops.py
      Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
      Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
      ecbff88a
    • YosuaMichael's avatar
      Add shufflenetv2 1.5 and 2.0 weights (#5906) · 5fc36b4f
      YosuaMichael authored
      * Add shufflenetv2 1.5 and 2.0 weights
      
      * Update recipe
      
      * Add to docs
      
      * Use resize_size=232 for eval and update the result
      
      * Add quantized shufflenetv2 large
      
      * Update docs and readme
      
      * Format with ufmt
      
      * Add to hubconf.py
      
      * Update readme for classification reference
      
      * Fix reference classification readme
      
      * Fix typo on readme
      
      * Update reference/classification/readme
      5fc36b4f