- 25 7月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
* Update dataloaders.py * Update dataloaders.py
-
由 Glenn Jocher 提交于
Resolves https://github.com/ultralytics/yolov5/issues/8642
-
由 Glenn Jocher 提交于
-
- 24 7月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
Faster crops Following https://github.com/ultralytics/yolov5/issues/8641#issuecomment-1193190325
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Set `torch.cuda.manual_seed_all()` for DDP * Update general.py * Update general.py
-
- 23 7月, 2022 2 次提交
-
-
由 UnglvKitDe 提交于
* Add generator and worker seed * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update dataloaders.py * Update dataloaders.py * Update dataloaders.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>
-
由 Glenn Jocher 提交于
-
- 22 7月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
Resolves silent outputs after model load
-
由 Glenn Jocher 提交于
-
- 21 7月, 2022 1 次提交
-
-
由 Rüdiger Busche 提交于
Otherwise, an error is thrown if the tensorboard logger is not included.
-
- 20 7月, 2022 1 次提交
-
-
由 daquexian 提交于
* upgrade onnxsim to v0.4.1 Signed-off-by:
daquexian <daquexian566@gmail.com> * Update export.py * Update export.py * Update export.py * Update export.py * Update export.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 18 7月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
Resolves https://github.com/ultralytics/yolov5/issues/8623
-
由 Glenn Jocher 提交于
* assert torch!=1.12.0 for DDP training * [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>
-
- 17 7月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
* Refactor optimizer initialization * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update train.py * Update train.py Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 16 7月, 2022 4 次提交
-
-
由 Glenn Jocher 提交于
* Update ci-testing with `pip install wheel` * Update ci-testing.yml * Update dockerfiles
-
由 Glenn Jocher 提交于
* Update `tqdm>=4.64.0` and `thop>=0.1.1` * Update requirements.txt
-
由 Glenn Jocher 提交于
-
由 Yonghye Kwon 提交于
* explicitly set weight_decay value The default weight_decay value of AdamW is 1e-2, so we should set it to zero. * [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> Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 15 7月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Colin Wong 提交于
-
- 13 7月, 2022 1 次提交
-
-
由 Colin Wong 提交于
Raise error on invalid model
-
- 12 7月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 曾逸夫(Zeng Yifu) 提交于
Update requirements.txt
-
由 Glenn Jocher 提交于
-
- 11 7月, 2022 2 次提交
-
-
由 Glenn Jocher 提交于
Protected divides in IOU function to resolve https://github.com/ultralytics/yolov5/issues/8539
-
由 Glenn Jocher 提交于
-
- 08 7月, 2022 9 次提交
-
-
由 Colin Wong 提交于
* Fix LoadImages with dataset yaml lists * Update dataloaders.py * Update dataloaders.py * Simplify/refactor PR * Update dataloaders.py Co-authored-by:
Colin Wong <noreply@brains4drones.com> Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
Improved error reporting for https://github.com/ultralytics/yolov5/issues/8519
-
由 Glenn Jocher 提交于
-
由 Colin Wong 提交于
Properly expose `batch_size` from OpenVINO Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Add `--hard-fail` list argument to benchmarks for CI Will cause CI to fail on a benchmark failure for given indices. * Update ci-testing.yml * Attempt Failure (CI should fail) * Update benchmarks.py * Update export.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update benchmarks.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update ci-testing.yml * Update benchmarks.py * Update benchmarks.py Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
由 UnglvKitDe 提交于
Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
Avoid FP64 ops for MPS support Resolves https://github.com/ultralytics/yolov5/pull/7878#issuecomment-1177952614
-
由 Glenn Jocher 提交于
Revert "Expose OpenVINO `batch_size` similarly to TensorRT (#8437)" This reverts commit da2ee393.
-
- 07 7月, 2022 1 次提交
-
-
由 Ayush Chaurasia 提交于
* attempt at reproducibility * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * use deterministic algs * fix everything :) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * revert dataloader changes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * process_batch as np * remove newline * Remove dataloader init fcn * Update val.py * Update train.py * revert additional changes * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update train.py * Add --seed arg * Update general.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 val.py * Update train.py * Update general.py * Update general.py * Add deterministic argument to init_seeds() 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>
-