- 17 8月, 2022 2 次提交
-
-
由 Yana 提交于
* Fix bug with resume * restore del on resume=false * Update train.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
- 16 8月, 2022 4 次提交
-
-
由 Glenn Jocher 提交于
Resolve duplicate outputs in colab. Also optimizes Colab and Kaggle environment checks. Signed-off-by:
Glenn Jocher <glenn.jocher@ultralytics.com> Signed-off-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Michel Promonet 提交于
* allow to serve multiple models using flask restapi * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Cleanup * Update restapi.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>
-
- 15 8月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 14 8月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
* Fix duplicate LOGGER output * Update general.py
-
由 Glenn Jocher 提交于
New smart_inference_mode()
-
- 13 8月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
* GFLOPs computation fix for classification models Improved robustness in reading input channel count * Update torch_utils.py * Update torch_utils.py
-
由 Glenn Jocher 提交于
May resolve https://github.com/ultralytics/yolov5/issues/7307
-
由 Kalen Michael 提交于
* fix: added transparent image and empty alt to social bar * fix: remove underlines * fix: hide underlines for all social links * fix: always unzip into folder
-
- 11 8月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
* Deci.ai updates Content implementation for https://deci.ai/ * Update README.md * Update README.md * Update README.md
-
由 Glenn Jocher 提交于
* Fix `--source 'path/*.jpg'` glob example * Update README_cn.md * Update tutorial.ipynb
-
- 10 8月, 2022 4 次提交
-
-
由 Glenn Jocher 提交于
* Direct download table links Per recent partner feedback * Update README_cn.md * Update README_cn.md * Update README.md * Update README_cn.md * Update README.md
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Add torch==1.7.0 to CI tests * Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml * Attempt crash on 1.7.0 * revert crash * Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml
-
由 Glenn Jocher 提交于
* Scope `torchvision.utils.draw_bounding_boxes` import Quick fix for https://github.com/ultralytics/yolov5/issues/8898#issuecomment-1208851874 until a more permanent fix is implemented * Update clearml_utils.py
-
- 09 8月, 2022 2 次提交
-
-
由 Code-Bat 提交于
The notes says "Return True if directory has write permissions", however, the code below is "os.R_OK", I think "os.W_OK" is preferred.
-
由 Glenn Jocher 提交于
-
- 08 8月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
Resolves https://github.com/ultralytics/yolov5/issues/8842
-
由 黄不盈 提交于
* Fix anchor incorrectly initialized Using --noautoanchor and --evolve simultaneously leads to anchor incorrectly initialized. --noautoanchor denotes anchors don't need to evolve, thus removing anchors from hyp will fix it. * Update train.py * Update train.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 07 8月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Kalen Michael 提交于
* fix: added transparent image and empty alt to social bar * fix: remove underlines * fix: hide underlines for all social links * Update image URLs to ultralytics/assets * Update bottom 3% icons * Update README.md Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
- 06 8月, 2022 7 次提交
-
-
由 Glenn Jocher 提交于
* emoji-safe default logging * implement everywhere
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
Update smart_optimizer() weight_decay reporting
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Victor Sonck 提交于
* Add titles to matplotlib plots * Add ClearML Experiment Tracking integration. * Add ClearML Data Version Management automatic download when requested * Add ClearML Hyperparameter Optimization * ClearML save period integration * Fix wandb breaking when used with ClearML dataset * Fix wandb breaking when used with ClearML resume and dataset * Add ClearML documentation * fixed small bug in clearml integration that misreports epoch number * Final ClearMl additions before refactor * Add correct epoch reporting * Add remote execution and autoscaling docs for ClearML integration * Added images to clearml integration docs * fixed logo alignment bug and added hpo screenshot clearml * Fixed small epoch number bug in clearml integration * Remove saved model flush clearml * Cleanup clearml readme section * Cleaned up clearml logger docstring * Remove resume readme section clearml * Clearml integration cleanup * Updated ClearML documentation * Added dark vs light icons ClearML Readme * Clearml Readme styling * Add better gifs * Fixed gif file size * Add better images in tutorial notebook * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Addressed comments in PR #8620 * Fixed circular import * Fixed circular import * Update tutorial.ipynb * Update tutorial.ipynb * Inline comment * Restructured tutorial notebook * Add correct ClearML link to README * Update tutorial.ipynb * Update general.py * Update __init__.py * Update __init__.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update __init__.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update __init__.py * Update README.md * Update __init__.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * spelling * Update tutorial.ipynb * notebook cutt.ly links * Update README.md * Update README.md * cutt.ly links in tutorial * Removed labels as they show up on last subplot only 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>
-
- 05 8月, 2022 6 次提交
-
-
由 Glenn Jocher 提交于
* Update CI to default Python 3.10 * Update ci-testing.yml * Update ci-testing.yml
-
由 Glenn Jocher 提交于
--resume training from URL weights fix @kalenmike should fix data error on HUB resume
-
由 Glenn Jocher 提交于
@kalenmike
-
由 Glenn Jocher 提交于
@kalenmike should represent a 30% filesize reduction vs 75 quality
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Fix TensorRT --dynamic excess outputs bug Potential fix for https://github.com/ultralytics/yolov5/issues/8790 * Cleanup * Update common.py * Update common.py * New fix
-