- 31 7月, 2022 9 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
Resolves https://github.com/ultralytics/yolov5/issues/8791 Bug first introduced in #8782
-
由 Glenn Jocher 提交于
Disable FP16 validation if AMP checks fail or amp=False.
-
由 Glenn Jocher 提交于
Detect.inplace=False for safe multithread inference
-
由 Glenn Jocher 提交于
Deprecate torch 1.6.0 compat _non_persistent_buffers_set
-
由 Glenn Jocher 提交于
* Update Colab Notebook CI * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Created using Colaboratory * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update tutorial.ipynb Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Add hubconf.py argparser * Add hubconf.py argparser
-
- 30 7月, 2022 1 次提交
-
- 29 7月, 2022 4 次提交
-
-
由 Glenn Jocher 提交于
Fix detect.py --update Resolves https://github.com/ultralytics/yolov5/issues/8776
-
由 Glenn Jocher 提交于
Help resolve confusion around zero-metrics val.py results when no labels are found in https://github.com/ultralytics/yolov5/issues/8753
-
由 jbutle55 提交于
* Fix confusion matrix update when no predictions are made * Update metrics.py * Simply confusion matrix changes * Simply confusion matrix fix Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Colin Wong 提交于
* Dynamic batch size support for TensorRT * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update export.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix optimization profile when batch size is 1 * Warn users if they use batch-size=1 with dynamic * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * More descriptive assertion error * Fix syntax * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * pre-commit formatting sucked * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update export.py Co-authored-by:
Colin Wong <noreply@brains4drones.com> 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>
-
- 27 7月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
Resolve #8012 (again)
-
由 Max Strobel 提交于
Checking if ``/workspace`` exists is not a reliable method to check if the process runs in a docker container. Reusing the logic from the npm "is-docker" package to check if the process runs in a container. References: https://github.com/sindresorhus/is-docker/blob/main/index.js Fixes #8710. Co-authored-by:
Maximilian Strobel <Maximilian.Strobel@infineon.com> Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
Revert "Fix BGR->RGB Bug in albumentations #8641 (#8695)" This reverts commit 2e1291fd.
-
- 26 7月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 UnglvKitDe 提交于
* Fix BGR->RGB Bug in albumentations https://github.com/ultralytics/yolov5/issues/8641 * Change transform methode from cv2 to numpy * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Simplify * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update augmentations.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 提交于
* New `HUBDatasetStats()` class Usage examples: ``` from utils.dataloaders import * stats = HUBDatasetStats('coco128.yaml', autodownload=True) # method 1 stats = HUBDatasetStats('path/to/coco128_with_yaml.zip') # method 1 stats.get_json(save=False) stats.process_images() ``` @kalenmike * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update dataloaders.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update dataloaders.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update dataloaders.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * 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>
-
- 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 2 次提交
-
-
由 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
-