- 20 3月, 2022 4 次提交
-
-
由 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
-
- 10 3月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
Resolves `AttributeError: 'Upsample' object has no attribute 'recompute_scale_factor'` first raised in https://github.com/ultralytics/yolov5/issues/5499
-
由 Glenn Jocher 提交于
* Move `git_describe()` to general.py * Move `git_describe()` to general.py
-
- 08 3月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 07 3月, 2022 5 次提交
-
-
由 Glenn Jocher 提交于
* Fix TRT `max_workspace_size` deprecation notice * Update export.py * Update export.py
-
由 dependabot[bot] 提交于
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout 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>
-
由 dependabot[bot] 提交于
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v3) --- 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>
-
由 DavidB 提交于
* Assert engine precision #6777 * Default to FP32 inputs for TensorRT engines * Default to FP16 TensorRT exports #6777 * Remove wrong line #6777 * Automatically adjust detect.py input precision #6777 * Automatically adjust val.py input precision #6777 * Add missing colon * Cleanup * Cleanup * Remove default trt_fp16_input definition * Experiment * Reorder detect.py if statement to after half checks * Update common.py * Update export.py * Cleanup Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 vnekat 提交于
* Update yolov5s.yaml * Update yolov5s.yaml Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 06 3月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* Updates * Updates * Updates * Updates * Updates * Updates * Updates * Updates * Updates * Updates * Cleanup * Cleanup
-
- 04 3月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Update AutoAnchor * Update AutoAnchor * [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>
-
由 Louis Combaldieu 提交于
* Update sweep.yaml Changed focal loss gamma search range between 1 and 4 * Update sweep.yaml lowered the min value to match default
-
- 27 2月, 2022 1 次提交
-
-
由 Glenn Jocher 提交于
* Update autoanchor.py * Update autoanchor.py
-
- 25 2月, 2022 7 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Update EMA * Update EMA * ratio invert * fix ratio invert * fix2 ratio invert * warmup iterations to 100 * ema_k * implement tau * implement tau
-
由 Louis Combaldieu 提交于
Export failed for 1-channel input shape, 1-liner fix
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-