- 09 2月, 2022 2 次提交
-
-
由 Christoph Fürbacher 提交于
-
由 Glenn Jocher 提交于
-
- 08 2月, 2022 5 次提交
-
-
由 Matthias Vadcard 提交于
* Update train.py As see in #6463, modification on train in evolve process to allow custom save directory. * fix val * PEP8 whitespace around operator * Cleanup Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
* Fix `plot_labels()` colored histogram bug * Cleanup
-
由 Glenn Jocher 提交于
* Fix zero-export handling with `if any(f):` Partial fix for https://github.com/ultralytics/yolov5/issues/6563 * Cleanup
-
由 Glenn Jocher 提交于
* Improved AutoBatch DDP error message * Cleanup
-
由 Glenn Jocher 提交于
* Move trainloader functions to class methods * results = ThreadPool(NUM_THREADS).imap(self.load_image, range(n)) * Cleanup
-
- 05 2月, 2022 5 次提交
-
-
由 Glenn Jocher 提交于
* Edge TPU TF imports fix Fix for https://github.com/ultralytics/yolov5/issues/6535#issuecomment-1030631526 * Update common.py
-
由 Jirka Borovec 提交于
* F541 * F821 * F841 * E741 * E302 * E722 * Apply suggestions from code review * Update general.py * Update datasets.py * Update export.py * Update plots.py * Update plots.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Jirka Borovec 提交于
-
由 bilzard 提交于
* Load checkpoint on CPU instead of on GPU * refactor: simplify code * Cleanup * Update train.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 greg2451 提交于
* Update batch-size in model.warmup() + indentation for logging inference results * These changes are in response to PR comments * [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>
-
- 04 2月, 2022 6 次提交
-
-
由 Glenn Jocher 提交于
* Edge TPU `tf.lite.experimental.load_delegate` fix Fix attempt for #6535 * [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 提交于
-
由 Glenn Jocher 提交于
* Edge TPU compiler sudo fix Allows for auto-install of Edge TPU compiler on non-sudo systems like the YOLOv5 Docker image. @kalenmike * Update export.py * Update export.py * Update export.py
-
由 Glenn Jocher 提交于
* Social icons after text * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README.md Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
由 Glenn Jocher 提交于
* Update plots for Chinese fonts * make is_chinese() non-str safe * Add global FONT * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update general.py Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
由 Glenn Jocher 提交于
-
- 03 2月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
Update `lrf: 0.1`, tested on YOLOv5x6 to 55.0 mAP@0.5:0.95, slightly higher than current.
-
由 Ayush Chaurasia 提交于
* log best.pt metrics at train end * update * Update __init__.py * flush callbacks when using evolve * remember batch size on resuming * Update train.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 02 2月, 2022 5 次提交
-
-
由 Glenn Jocher 提交于
Suppresses warnings when calling export.run() directly, not just CLI python export.py. Also adds Requirements examples for CPU and GPU backends
-
由 Glenn Jocher 提交于
* Suppress torch.jit.TracerWarning TracerWarnings can be safely ignored. * Cleanup
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Improved `export.py` usage examples * Cleanup
-
由 Glenn Jocher 提交于
-
- 01 2月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 29 1月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* Social media icons update * fix URL * Update README.md
-
- 28 1月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* Fix2 select_device() for Multi-GPU * Cleanup * Cleanup * Simplify error message * Improve assert * Update torch_utils.py
-
- 27 1月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
* Fix `select_device()` for Multi-GPU Possible fix for https://github.com/ultralytics/yolov5/issues/6431 * Update torch_utils.py * Update torch_utils.py * Update torch_utils.py * Update torch_utils.py * Update * Update * Update * Update * Update * Update * Update * Update * Update
-
由 Glenn Jocher 提交于
This reverts commit 3119b2f2.
-
- 26 1月, 2022 3 次提交
-
-
由 toschi23 提交于
-
由 Glenn Jocher 提交于
* Verbose updates * Verbose updates
-
由 Glenn Jocher 提交于
* Workflow updates * quotes fix * best to weights fix
-
- 25 1月, 2022 4 次提交
-
-
由 Motoki Kimura 提交于
* import tflite_runtime if tensorflow not installed * rename tflite to tfli * Attempt tflite_runtime for all TFLite workflows Also rename tfli to tfl Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Jonathan Samelson 提交于
* Gave a more explicit name to the logger * Cleanup Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
* Update `greetings.yaml` email address * Update greetings.yml
-
由 Glenn Jocher 提交于
* Add detect.py GIF video inference * Cleanup
-
- 23 1月, 2022 1 次提交
-
-
由 Matthias 提交于
* New flag 'stop_training' in util.callbacks.Callbacks class to prematurely stop training from callback handler * Removed most of the new checks, leaving only the one after calling 'on_train_batch_end' * Cleanup Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 22 1月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 21 1月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
21.12 generates dockerhub errors so rolling back to 21.10 with latest pytorch install. Not sure if this torch install will work on non-GPU dockerhub autobuild so this is an experiment.
-