- 28 3月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 26 3月, 2022 4 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* NMS unused variable fix * Update general.py
-
由 Glenn Jocher 提交于
* Sidestep os.path.relpath() Windows bug os.path.relpath() seems to have a major bug on Windows due to Windows horrible path handling. This fix attempts to sidestep the issue. ``` File "C:\Users\mkokg/.cache\torch\hub\ultralytics_yolov5_master\export.py", line 64, in ROOT = Path(os.path.relpath(ROOT, Path.cwd())) # relative File "C:\Users\mkokg\AppData\Local\Programs\Python\Python310\lib\ntpath.py", line 718, in relpath raise ValueError("path is on mount %r, start on mount %r" % ( ValueError: path is on mount 'C:', start on mount 'D:' ``` * Update yolo.py * Update yolo.py * Update yolo.py * Update export.py
-
由 Glenn Jocher 提交于
-
- 25 3月, 2022 3 次提交
-
-
由 Glenn Jocher 提交于
* Add Architecture Summary to README Tutorials Per https://github.com/ultralytics/yolov5/issues/6998#issuecomment-1073517405 * Update README.md
-
由 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
-