- 07 7月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Junya Morioka 提交于
Exclude torch==1.12.0, torchvision==0.13.0
-
- 05 7月, 2022 1 次提交
-
-
由 pre-commit-ci[bot] 提交于
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.3.0) - [github.com/asottile/pyupgrade: v2.32.1 → v2.34.0](https://github.com/asottile/pyupgrade/compare/v2.32.1...v2.34.0) Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
- 04 7月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 03 7月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
Require explicit request for MPS, i.e. ```bash python detect.py --device mps ``` Reverts https://github.com/ultralytics/yolov5/pull/8210 for preferring MPS if available. Note that torch MPS is experiencing ongoing compatibility issues in https://github.com/pytorch/pytorch/issues/77886
-
- 02 7月, 2022 1 次提交
-
-
由 Colin Wong 提交于
-
- 01 7月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* TRT `--half` fix autocast images to FP16 Resolves bug raised in https://github.com/ultralytics/yolov5/issues/7822 * Update common.py
-
- 30 6月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
* Update cache comments For better readability * Update dataloaders.py
-
由 Amir Pourmand 提交于
* add more docs * add more docs * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update train.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>
-
- 29 6月, 2022 1 次提交
-
-
由 Giacomo Guiduzzi 提交于
* Implementation of Early Stopping for DDP training This edit correctly uses the broadcast_object_list() function to send slave processes a boolean so to end the training phase if the variable is True, thus allowing the master process to destroy the process group and terminate. * Update train.py * Update train.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update train.py * Update train.py * Update train.py * Further cleanup This cleans up the definition of broadcast_list and removes the requirement for clear() afterward. Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
- 28 6月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Fix ONNX `--dynamic` export on GPU Patch forces --dynamic export model and image to CPU. Resolves bug raised in https://github.com/ultralytics/yolov5/issues/8377 * Update export.py
-
由 dependabot[bot] 提交于
Updates the requirements on [protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: protobuf dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 27 6月, 2022 4 次提交
-
-
由 Glenn Jocher 提交于
* Add filesize to benchmarks.py * Add filesize to benchmarks.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>
-
-
由 Zhiqiang Wang 提交于
Revamp Chines docs
-
由 Nicholas Zolton 提交于
* fixed initial window size of detect.py being tiny * cleanup Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 26 6月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* Create README_cn.md Add mandarin version of README * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README.md * fix link * fix english link * remove line * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README_cn.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README_cn.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update .pre-commit-config.yaml * Update README.md * Update README_cn.md * Kiera fix * Update README_cn.md Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
- 24 6月, 2022 2 次提交
-
-
由 Ryan Hirasaki 提交于
* Initial implementation of --viewsz * use mouse resize * Add comment Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 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 2 次提交
-
-
由 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>
-