- 24 6月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
Display device_name="MYRIAD" for Intel NCS2 option per user question in https://github.com/ultralytics/yolov5/issues/8154
-
- 21 6月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
Improve DDP console response in https://github.com/ultralytics/yolov5/issues/8283
-
- 18 6月, 2022 4 次提交
-
-
由 Glenn Jocher 提交于
* Created using Colaboratory * [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 提交于
Avoid potential issues with deterministic ops. [ ] - verify for identical mAP to master
-
由 Glenn Jocher 提交于
* HUB dataset_stats() error reporting * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update dataloaders.py Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
由 Glenn Jocher 提交于
* Prefer MPS over CPU if available * Update torch_utils.py
-
- 17 6月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
Negatively impacts YouTube inference but removes any lag on webcams/RTSP/RTMP etc. Resolves https://github.com/ultralytics/yolov5/issues/4465
-
- 14 6月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* Reject webcam inference on Colab/Kaggle Improve user error understanding for https://github.com/ultralytics/yolov5/issues/8180 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * cleanup Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
- 13 6月, 2022 1 次提交
-
-
由 dependabot[bot] 提交于
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 12 6月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* Update dataloaders.py * Update dataloaders.py * [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>
-
- 10 6月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
* Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update
-
由 Glenn Jocher 提交于
-
- 09 6月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
* AutoBatch checks against failed solutions @kalenmike this is a simple improvement to AutoBatch to verify that returned solutions have not already failed, i.e. return batch-size 8 when 8 already produced CUDA out of memory. This is a halfway fix until I can implement a 'final solution' that will actively verify the solved-for batch size rather than passively assume it works. * Update autobatch.py * Update autobatch.py
-
由 HRan2004 提交于
Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 07 6月, 2022 2 次提交
-
-
由 pre-commit-ci[bot] 提交于
updates: - [github.com/asottile/pyupgrade: v2.32.0 → v2.32.1](https://github.com/asottile/pyupgrade/compare/v2.32.0...v2.32.1) 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 提交于
* experimental.py Apple MPS fix May resolve https://github.com/ultralytics/yolov5/issues/8102 * Update experimental.py * Update experimental.py
-
- 03 6月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* Improved dataset error introspection Intended to help https://github.com/ultralytics/yolov5/issues/8090 * Update general.py
-
- 01 6月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 31 5月, 2022 5 次提交
-
-
由 Glenn Jocher 提交于
* Update ci-testing.yml * Update ci-testing.yml * Update ci-testing.yml * Update docker.yml
-
由 Sahil Chachra 提交于
Fixed FP32 TRT model export Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 tcmyxc 提交于
make init bias better, I think `detach` is more safer than `data`
-
- 30 5月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
Simplify and update `--save-period` epoch 0
-
由 Glenn Jocher 提交于
-
- 29 5月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 28 5月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
* Pin `protobuf==3.20.1` * Update requirements.txt * Update ci-testing.yml
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
Pin protobuf==3.20.1 Resolve protobuf 4 issues.
-
- 27 5月, 2022 6 次提交
-
-
由 Glenn Jocher 提交于
Avoids openvino-dev conflicts
-
-
由 Glenn Jocher 提交于
* Update and rename ci-testing.yml to ci.yml * Update ci.yml * Update ci.yml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update and rename ci.yml to ci-tests.yml * Update ci-tests.yml * Update ci-tests.yml * Rename ci-tests.yml to ci-testing.yml Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
由 Glenn Jocher 提交于
Attempt to resolve Windows issues
-
由 Glenn Jocher 提交于
* Add `psutil` and `ipython` to requirements.txt Lightweight packages used by YOLOv5 for system utilization (psutil) and interactive notebooks (IPython) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * sort alphabetically Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
由 Glenn Jocher 提交于
-
- 26 5月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* Remove `formats` variable to avoid `pd` conflict * Update export.py
-
- 25 5月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
Update requirements.txt
-
由 Glenn Jocher 提交于
-
- 24 5月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* Reduce AMP check to detections verification More robust and faster * Update general.py * Update general.py
-