- 21 12月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 19 12月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 17 12月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Felix You 提交于
* support specfiy multiple frozen layers * fix bug * Cleanup Freeze section * Cleanup argument Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
* Check TensorRT>=8.0.0 version * [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>
-
- 16 12月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 15 12月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Mrinal Jain 提交于
Increase `ar_thr` from 20 to 100 for better detection on slender (high aspect ratio) objects (#5556) * Making `ar_thr` available as a hyperparameter * Disabling ar_thr as hyperparameter and computing from the dataset instead * Fixing bug in ar_thr computation * Fix `ar_thr` to 100
-
- 14 12月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
Add __init__() function.
-
由 Glenn Jocher 提交于
-
由 jinmc 提交于
* make parameter ignore epochs ignore epochs functionality add to prevent spikes at the beginning when fitness spikes and decreases after. Discussed at https://github.com/ultralytics/yolov5/issues/5971 * Update train.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 13 12月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
* `pretriained=False` fix Fix for https://github.com/ultralytics/yolov5/issues/5964 * CI speed improvement
-
由 Diego Montes 提交于
* fix imgsz bug * Update detect.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 12 12月, 2021 1 次提交
-
-
由 Yono Mittlefehldt 提交于
* Fix tolist() to add the file for each Detection * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix PEP8 requirement for 2 spaces before an inline comment * [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>
-
- 11 12月, 2021 4 次提交
-
-
由 Glenn Jocher 提交于
-
由 Diego Montes 提交于
* add nms and agnostic nms to export.py * fix agnostic implies nms * reorder args to group TF args * PEP8 120 char Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 iumyx2612 提交于
Replace 'training_result' with 'best_fitness' in strip_optimizer() to match key with ckpt from train.py
-
由 Pascal Maillard 提交于
* fix .gitignore not tracking existing folders fix .gitignore so that the files that are in the repository are actually being tracked. Everything in the data/ folder is ignored, which also means the subdirectories are ignored. Fix so that the subdirectories and their contents are still tracked. * Remove data/trainings Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 10 12月, 2021 2 次提交
-
-
由 Felix You 提交于
* Find out a bug. When set batch_size = -1 to use the autobatch. reproduce: * Fix type conflict Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Diego Montes 提交于
-
- 09 12月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 08 12月, 2021 4 次提交
-
-
由 Glenn Jocher 提交于
This reverts commit 360eec69.
-
由 Glenn Jocher 提交于
* Update notebook * Update notebook * update string * update string * Updates * Updates * Updates * check both ipython and psutil * remove sample_data if is_colab * cleanup * [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>
-
由 Glenn Jocher 提交于
* Add ONNX inference providers Fix for https://github.com/ultralytics/yolov5/issues/5916 * Update common.py
-
由 greg2451 提交于
* Add *.engine (TensorRT extensions) to .gitignore * Update .dockerignore Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 07 12月, 2021 2 次提交
-
-
由 Ayush Chaurasia 提交于
-
由 Li Zeng 提交于
debugged for missigned Detections attributes
-
- 04 12月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
* Export multiple models in series Export multiple models in series by adding additional `*.pt` files to the `--weights` argument, i.e.: ```bash python export.py --include tflite --weights yolov5n.pt # export 1 model python export.py --include tflite --weights yolov5n.pt yolov5s.pt yolov5m.pt yolov5l.pt yolov5x.pt # export 5 models ``` * Update export.py * Update README.md
-
由 Glenn Jocher 提交于
* Update AutoShape() * autodownload ONNX * Cleanup * Finish updates * Add Usage * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * fix device * Update hubconf.py * Update common.py * smart param selection * autodownload all formats * autopad only pytorch models * new_shape edits * stride tensor fix * Cleanup
-
- 03 12月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Can 提交于
shallow copy modify originals
-
- 02 12月, 2021 5 次提交
-
-
由 iumyx2612 提交于
* Update val.py Add an option to choose number of workers if not called by train.py * Update comment * 120 char line width Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
由 Vishnu Pradeep 提交于
* Update val.py Solving Non-ASCII character '\xf0' error during runtime * Update val.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 gggmt 提交于
Video errors may occur.
-
由 Yu Zhang 提交于
When OpenCV retrieving image fail, original code would modify source images **inplace**, which may result in plotting bounding boxes on a black image. That is, before inference, source image `im0s[i]` is OK, but after inference before `Process predictions`, `im0s[i]` may have been changed.
-
- 01 12月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
* `try: except (..., wandb.errors.UsageError)` * bug fix
-