- 09 12月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 08 12月, 2021 4 次提交
-
-
由 Glenn Jocher 提交于
This reverts commit 360eec69.
-
由 Glenn Jocher 提交于
* Update notebook * Update notebook * update string * update string * Updates * Updates * Updates * check both ipython and psutil * remove sample_data if is_colab * cleanup * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ciCo-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
由 Glenn Jocher 提交于
* Add ONNX inference providers Fix for https://github.com/ultralytics/yolov5/issues/5916 * Update common.py
-
由 greg2451 提交于
* Add *.engine (TensorRT extensions) to .gitignore * Update .dockerignore Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 07 12月, 2021 2 次提交
-
-
由 Ayush Chaurasia 提交于
-
由 Li Zeng 提交于
debugged for missigned Detections attributes
-
- 04 12月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
* Export multiple models in series Export multiple models in series by adding additional `*.pt` files to the `--weights` argument, i.e.: ```bash python export.py --include tflite --weights yolov5n.pt # export 1 model python export.py --include tflite --weights yolov5n.pt yolov5s.pt yolov5m.pt yolov5l.pt yolov5x.pt # export 5 models ``` * Update export.py * Update README.md
-
由 Glenn Jocher 提交于
* Update AutoShape() * autodownload ONNX * Cleanup * Finish updates * Add Usage * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * fix device * Update hubconf.py * Update common.py * smart param selection * autodownload all formats * autopad only pytorch models * new_shape edits * stride tensor fix * Cleanup
-
- 03 12月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Can 提交于
shallow copy modify originals
-
- 02 12月, 2021 5 次提交
-
-
由 iumyx2612 提交于
* Update val.py Add an option to choose number of workers if not called by train.py * Update comment * 120 char line width Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
由 Vishnu Pradeep 提交于
* Update val.py Solving Non-ASCII character '\xf0' error during runtime * Update val.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 gggmt 提交于
Video errors may occur.
-
由 Yu Zhang 提交于
When OpenCV retrieving image fail, original code would modify source images **inplace**, which may result in plotting bounding boxes on a black image. That is, before inference, source image `im0s[i]` is OK, but after inference before `Process predictions`, `im0s[i]` may have been changed.
-
- 01 12月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
* `try: except (..., wandb.errors.UsageError)` * bug fix
-
- 30 11月, 2021 1 次提交
-
-
由 imyhxy 提交于
* feat: change file suffix in pythonic way * fix: enforce binding addresses order * fix: enforce binding addresses order
-
- 29 11月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 dependabot[bot] 提交于
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
由 Glenn Jocher 提交于
-
- 27 11月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
* Refactor new `model.warmup()` method * Add half
-
- 26 11月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
* Remove NCOLS from tqdm * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ciCo-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
由 Phil2020 提交于
* tensorflow or tflite exclusively as interpreter As per bug report https://github.com/ultralytics/yolov5/issues/5709 I think there should be only one attempt to assign interpreter, and it appears tflite is only ever needed for the case of edgetpu model. * Scope imports * Nested definition line fix * Update common.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Ayush Chaurasia 提交于
* update * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * reformat * Single-line argparser argument * Update README.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ciCo-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 25 11月, 2021 3 次提交
-
-
由 rockstarr 提交于
* fix path error in export.py * Update export.py updated! * Update export.py oops forget something
-
由 rockstarr 提交于
* fix the path error in export.py * Update export.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
* Do not save hyp.yaml and opt.yaml on evolve * Update general.py
-
- 22 11月, 2021 3 次提交
-
-
由 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:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 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:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
- 20 11月, 2021 3 次提交
-
-
由 IL2006 提交于
* SECURITY_1.md * Delete SECURITY.md Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 19 11月, 2021 1 次提交
-
-
由 Jirka Borovec 提交于
* prune unused imports * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ciCo-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
- 18 11月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
Updated strategy leaves at least 1 cpu free to avoid system overloads. Partially addresses https://github.com/ultralytics/yolov5/issues/5685
-
- 17 11月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 16 11月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Nrupatunga 提交于
* fix tf.py when anchors not equal to 3 * revert the isort fix * update the fix to use anchor attribute available already
-
由 Glenn Jocher 提交于
-