• Glenn Jocher's avatar
    New `DetectMultiBackend()` class (#5549) · 38832611
    Glenn Jocher 提交于
    * New `DetectMultiBackend()` class
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * pb to pt fix
    
    * Cleanup
    
    * explicit apply_classifier path
    
    * Cleanup2
    
    * Cleanup3
    
    * Cleanup4
    
    * Cleanup5
    
    * Cleanup6
    
    * val.py MultiBackend inference
    
    * warmup fix
    
    * to device fix
    
    * pt fix
    
    * device fix
    
    * Val cleanup
    
    * COCO128 URL to assets
    
    * half fix
    
    * detect fix
    
    * detect fix 2
    
    * remove half from DetectMultiBackend
    
    * training half handling
    
    * training half handling 2
    
    * training half handling 3
    
    * Cleanup
    
    * Fix CI error
    
    * Add torchscript _extra_files
    
    * Add TorchScript
    
    * Add CoreML
    
    * CoreML cleanup
    
    * New `DetectMultiBackend()` class
    
    * pb to pt fix
    
    * [pre-commit.ci] auto fixes from pre-commit.com hooks
    
    for more information, see https://pre-commit.ci
    
    * Cleanup
    
    * explicit apply_classifier path
    
    * Cleanup2
    
    * Cleanup3
    
    * Cleanup4
    
    * Cleanup5
    
    * Cleanup6
    
    * val.py MultiBackend inference
    
    * warmup fix
    
    * to device fix
    
    * pt fix
    
    * device fix
    
    * Val cleanup
    
    * COCO128 URL to assets
    
    * half fix
    
    * detect fix
    
    * detect fix 2
    
    * remove half from DetectMultiBackend
    
    * training half handling
    
    * training half handling 2
    
    * training half handling 3
    
    * Cleanup
    
    * Fix CI error
    
    * Add torchscript _extra_files
    
    * Add TorchScript
    
    * Add CoreML
    
    * CoreML cleanup
    
    * revert default to pt
    
    * Add Usage examples
    
    * Cleanup val
    Co-authored-by: 's avatarpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    38832611
detect.py 12.1 KB