1. 30 11月, 2021 1 次提交
  2. 29 11月, 2021 3 次提交
  3. 27 11月, 2021 1 次提交
  4. 26 11月, 2021 3 次提交
  5. 25 11月, 2021 3 次提交
  6. 22 11月, 2021 3 次提交
    • imyhxy's avatar
      Export, detect and validation with TensorRT engine file (#5699) · 7a398034
      imyhxy 提交于
      * Export and detect with TensorRT engine file
      
      * Resolve `isort`
      
      * Make validation works with TensorRT engine
      
      * feat: update export docstring
      
      * feat: change suffix from *.trt to *.engine
      
      * feat: get rid of pycuda
      
      * feat: make compatiable with val.py
      
      * feat: support detect with fp16 engine
      
      * Add Lite to Edge TPU string
      
      * Remove *.trt comment
      
      * Revert to standard success logger.info string
      
      * Fix Deprecation Warning
      
      ```
      export.py:310: DeprecationWarning: Use build_serialized_network instead.
        with builder.build_engine(network, config) as engine, open(f, 'wb') as t:
      ```
      
      * Revert deprecation warning fix
      
      @imyhxy it seems we can't apply the deprecation warning fix because then export fails, so I'm reverting my previous change here.
      
      * Update export.py
      
      * Update export.py
      
      * Update common.py
      
      * export onnx to file before building TensorRT engine file
      
      * feat: triger ONNX export failed early
      
      * feat: load ONNX model from file
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      7a398034
    • Zengyf-CVer's avatar
      Save *.npy features on detect.py `--visualize` (#5701) · f17c86b7
      Zengyf-CVer 提交于
      * Add feature map to save npy files
      
      Add feature map to save npy files,export npy files with 32 feature maps per layer.
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * Update plots.py
      
      * Update plots.py
      
      * [pre-commit.ci] auto fixes from pre-commit.com hooks
      
      for more information, see https://pre-commit.ci
      
      * Update plots.py
      Co-authored-by: 's avatarpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
      Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
      f17c86b7
    • Glenn Jocher's avatar
      Created using Colaboratory · d6ae1c83
      Glenn Jocher 提交于
      d6ae1c83
  7. 20 11月, 2021 3 次提交
  8. 19 11月, 2021 1 次提交
  9. 18 11月, 2021 1 次提交
  10. 17 11月, 2021 1 次提交
  11. 16 11月, 2021 4 次提交
  12. 15 11月, 2021 1 次提交
  13. 14 11月, 2021 1 次提交
  14. 13 11月, 2021 2 次提交
  15. 12 11月, 2021 2 次提交
  16. 11 11月, 2021 2 次提交
  17. 10 11月, 2021 5 次提交
  18. 09 11月, 2021 1 次提交
    • 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
  19. 08 11月, 2021 2 次提交