- 25 3月, 2022 2 次提交
-
-
由 Zengyf-CVer 提交于
* Update detect.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update general.py * Update detect.py * Update general.py * Update general.py * Update general.py * Update general.py * Update general.py * Update general.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update general.py * Update general.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>
-
由 RcINS 提交于
* Fix imwrite on non-ASCII paths * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update general.py * Update __init__.py * Update __init__.py * Update datasets.py * Update hubconf.py * Update detect.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update general.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>
-
- 24 3月, 2022 1 次提交
- 23 3月, 2022 6 次提交
-
-
由 yeshanliu 提交于
*
🎉 🆕 now can read Chinese image path. use "cv2.imdecode(np.fromfile(f, np.uint8), cv2.IMREAD_COLOR)" instead of "cv2.imread(f)" for Chinese image path. * Update datasets.py * Update __init__.py Co-authored-by:Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
* Multi-threaded VOC download * Update VOC.yaml * Update * Update general.py * Update general.py
-
由 Glenn Jocher 提交于
* Remove named arguments where possible Speed improvements. * Update yolo.py * Update yolo.py * Update yolo.py
-
由 Glenn Jocher 提交于
Stems not working correctly for YOLOv5l with current .rstrip() implementation. After fix: ``` YOLOv5l summary: 468 layers, 46563709 parameters, 46563709 gradients, 109.3 GFLOPs ```
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Update loss.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update loss.py Co-authored-by:
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
- 22 3月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Update loss.py with `if self.gr < 1:` * Update loss.py
-
- 21 3月, 2022 7 次提交
-
-
由 Glenn Jocher 提交于
This reverts commit d5e363f2.
-
由 Glenn Jocher 提交于
Follows https://github.com/ultralytics/yolov5/pull/7060 which provided only a partial solution to this issue. #7060 resolved occurences in yolo.py, this applies the same fix in autoanchor.py.
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
Improved profiling.
-
由 Glenn Jocher 提交于
-
- 20 3月, 2022 6 次提交
-
-
由 Glenn Jocher 提交于
* Update `check_anchor_order()` Use mean area per output layer for added stability. * Check in pixel-space not grid-space fix
-
由 Philip Gutjahr 提交于
* use pillow to save higher-quality jpg (w/o color subsampling) * Cleanup and doc issue Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
Resolves code scanning alert in https://github.com/ultralytics/yolov5/issues/7055
-
由 Glenn Jocher 提交于
* Create SECURITY.md Resolves https://github.com/ultralytics/yolov5/issues/7052 * Move into ./github * Update SECURITY.md
-
由 Glenn Jocher 提交于
Resolves git command errors that currently happen in image, i.e.: ```bash root@382ae64aeca2:/usr/src/app# git pull Warning: Permanently added the ECDSA host key for IP address '140.82.113.3' to the list of known hosts. git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ```
-
由 Glenn Jocher 提交于
* device as class attribute * Update loss.py * Update loss.py * improve zeros * tensor split
-
- 18 3月, 2022 1 次提交
-
-
由 Mrinal Jain 提交于
-
- 17 3月, 2022 1 次提交
-
-
由 Max Strobel 提交于
* fix: add default font as fallback Add default font as fallback if the downloading of the Arial.ttf font fails for some reason, e.g. no access to public internet. * Update plots.py Co-authored-by:
Maximilian Strobel <Maximilian.Strobel@infineon.com> Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 16 3月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* Conditional `Timeout()` by OS (disable on Windows) * Update general.py
-
- 15 3月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 14 3月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
* Add benchmarks.py GPU support * Updates * Updates * Updates * Updates * Add --half * Add TRT requirements * Cleanup * Add TF to warmup types * Update export.py * Update export.py * Update benchmarks.py
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
Fix for older model loading issue in https://github.com/ultralytics/yolov5/commit/d3d9cbce221b2ced46dde374f24fde72c8e71c37#commitcomment-68622388
-
- 12 3月, 2022 5 次提交
-
-
由 paradigm 提交于
* removed transpose op for better edgetpu support * fix for training case * enabled experimental new quantizer flag * precalculate add and mul ops at compile time Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
* Update common.py speed improvements Eliminate .to() ops where possible for reduced data transfer overhead. Primarily affects warmup and PyTorch Hub inference. * Updates * Updates * Update detect.py * Update val.py
-
由 Glenn Jocher 提交于
Fixes ONNX validation that returns outputs on CPU.
-
由 Glenn Jocher 提交于
* New val.py `cuda` variable Fix for ONNX GPU val. * Update val.py
-
由 Glenn Jocher 提交于
-
- 11 3月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
* DetectMultiBackend() `--half` handling * CI fixes * rename .half to .fp16 to avoid conflict * warmup fix * val update * engine update * engine update
-
由 Glenn Jocher 提交于
May resolve https://github.com/ultralytics/yolov5/issues/6947
-
由 Glenn Jocher 提交于
May resolve https://github.com/ultralytics/yolov5/issues/6931
-