- 21 7月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Addition refactor `export.py` * Update export.py
-
- 20 7月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
* Refactor `export.py` * cleanup * Update check_requirements() * Update export.py
-
- 19 7月, 2021 6 次提交
-
-
由 Ayush Chaurasia 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Module `super().__init__()` * remove NMS
-
由 Glenn Jocher 提交于
* val.py refactor * cleanup * cleanup * cleanup * cleanup * save after eval * opt.imgsz bug fix * wandb refactor * dataloader to train_loader * capitalize global variables * runs/hub/exp to runs/detect/exp * refactor wandb logging * Refactor wandb operations (#4061) Co-authored-by:
Ayush Chaurasia <ayush.chaurarsia@gmail.com>
-
- 18 7月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
* AutoShape PosixPath support Usage example: ````python from pathlib import Path model = ... file = Path('data/images/zidane.jpg') results = model(file) ``` * Update common.py
-
由 Glenn Jocher 提交于
* Update README.md * Update README.md * Update README.md
-
- 17 7月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Add `--sync-bn` known issue * Update train.py
-
- 16 7月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
* Update greetings.yml * Update greetings.yml
-
- 15 7月, 2021 1 次提交
-
-
由 Ayush Chaurasia 提交于
* Add support for W&B Sweeps * Update and reformat * Update search space * reformat * reformat sweep.py * Update sweep.py * Move sweeps files to wandb dir * Remove print Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 14 7月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 13 7月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
* `Detections()` class `print()` overload * Update common.py
-
- 12 7月, 2021 4 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 KEN 提交于
* fix visualize error * Revert "fix visualize error" * add visualise profile
-
由 Glenn Jocher 提交于
-
- 11 7月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 10 7月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 09 7月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 08 7月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 Eldar Kurtic 提交于
Evaluation of 'best' and 'last' models will use the same params as the evaluation during the training phase. This PR fixes https://github.com/ultralytics/yolov5/issues/3907
-
由 Glenn Jocher 提交于
* Update `dataset_stats()` for zipped datasets @KalenMike * cleanup
-
- 07 7月, 2021 5 次提交
-
-
由 Glenn Jocher 提交于
-
由 jmiranda-laplateforme 提交于
Fix inference from PIL source.
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Feature visualization update * Save to jpg (faster) * Save to png
-
由 johnohagan 提交于
* Create hubconf.py * Add save_dir variable Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 06 7月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
* Albumentations integration * ToGray p=0.01 * print confirmation * create instance in dataloader init method * improved version handling * transform not defined fix * assert string update * create check_version() * add spaces * update class comment
-
- 05 7月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
* Hub models `map_location=device` * cleanup
-
由 Glenn Jocher 提交于
Fix for `KeyError: 'anchors'` error when start hyperparameter evolution: ```bash python train.py --evolve ``` ```bash Traceback (most recent call last): File "E:\yolov5\train.py", line 623, in <module> hyp[k] = max(hyp[k], v[1]) # lower limit KeyError: 'anchors' ```
-
由 Glenn Jocher 提交于
* Update BGR2RGB ops * speed improvements * cleanup
-