- 04 2月, 2022 2 次提交
-
-
由 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 5 次提交
-
-
由 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.
-
由 Glenn Jocher 提交于
-
由 Ayush Chaurasia 提交于
* log best.pt metrics at train end * update * Update __init__.py * flush callbacks when using evolve Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 sitecao 提交于
-
由 imyhxy 提交于
-
- 20 1月, 2022 3 次提交
-
-
由 johnk2hawaii 提交于
New environment variable `VERBOSE`
-
由 Glenn Jocher 提交于
* `export.py` automatic `forward_export` * [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 提交于
-
- 19 1月, 2022 4 次提交
-
-
由 Glenn Jocher 提交于
* `export.py` return exported files/dirs * Path to str
-
由 Glenn Jocher 提交于
* TensorRT `assert im.device.type != 'cpu'` on export * Update export.py
-
由 Glenn Jocher 提交于
* Console corrupted -> corrupt Minor style changes. * Update export.py
-
由 Glenn Jocher 提交于
* Remove `dataset_stats()` autodownload capability @kalenmike security update per Slack convo * Update datasets.py
-
- 17 1月, 2022 1 次提交
-
-
由 Otfot 提交于
* Fix `train.py` parameter groups desc error * Cleanup Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 15 1月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
* `select_device()` cleanup * Update torch_utils.py * Update torch_utils.py * Update torch_utils.py * Update torch_utils.py * Update torch_utils.py
-
由 Henry 提交于
* Fixing bug multi-gpu training This solves this issue: https://github.com/ultralytics/yolov5/issues/6297#issue-1103853348 * Update torch_utils.py for pep8
-
- 14 1月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
* Fix device count check() * Update torch_utils.py * Update torch_utils.py * Update hubconf.py
-
由 Glenn Jocher 提交于
* Add `is_kaggle()` function Return True if environment is Kaggle Notebook. * Remove root loggers only if is_kaggle() == True * Update general.py
-