- 16 2月, 2022 1 次提交
-
- 15 2月, 2022 1 次提交
-
-
由 imyhxy 提交于
-
- 14 2月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
Fix attempt for https://github.com/ultralytics/yolov5/issues/6626
-
- 12 2月, 2022 4 次提交
-
-
由 Glenn Jocher 提交于
* Add benchmarks.py * Update * Add requirements * Updates * Updates * Updates * Updates * Updates * Updates * dataset autodownload from root * Update * Redirect to /dev/null * sudo --help * Cleanup * Add exports pd df * Updates * Updates * Updates * Cleanup * dir handling fix * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Cleanup * Cleanup2 * Cleanup3 * Cleanup model_type Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
由 Ayush Chaurasia 提交于
-
由 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 * improve stability of resume Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
- 11 2月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
Per https://github.com/ultralytics/yolov5/issues/5860#issuecomment-1035320018 by @hdnh2006
-
- 10 2月, 2022 4 次提交
-
-
由 or-toledano 提交于
* Fix missing data folder when running log_dataset * Use ROOT/'data' * PEP8 whitespace
-
由 Glenn Jocher 提交于
* Fix `hyp_evolve.yaml` indexing bug Bug caused hyp_evolve.yaml to display latest generation result rather than best generation result. * Update plots.py * Update general.py * Update general.py * Update general.py
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
Per https://github.com/ultralytics/yolov5/issues/6583#issuecomment-1034421945 by @alicera
-
- 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
-