1. 12 May, 2022 2 commits
  2. 11 May, 2022 3 commits
  3. 10 May, 2022 3 commits
  4. 09 May, 2022 11 commits
  5. 05 May, 2022 1 commit
  6. 04 May, 2022 4 commits
  7. 03 May, 2022 11 commits
  8. 02 May, 2022 1 commit
  9. 28 Apr, 2022 4 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
    • Philip Meier's avatar
      add Windows and macOS CI jobs for prototype tests (#5914) · 2e9cdd19
      Philip Meier authored
      * add Windows and macOS CI jobs for prototype tests
      
      * fix CircleCI config
      
      * cleanup
      
      * use 3.8 as base to surface errors
      
      * try using bash explicitly
      
      * cleanup
      
      * try test reports
      
      * debug
      
      * disable CircleCI
      
      * add write permissions for write
      
      * expand permissions
      
      * try move permissions on job rather than global
      
      * debug
      
      * always debug
      
      * maximum permissions
      
      * cleanup
      
      * cleanup
      2e9cdd19
    • Philip Meier's avatar
      7f55738e