- 19 7月, 2021 1 次提交
-
-
由 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 4 次提交
-
-
由 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
-
由 Glenn Jocher 提交于
* Create `utils/augmentations.py` * cleanup
-
- 04 7月, 2021 4 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 ketan-b 提交于
* Added the recording feature for multiple streams Thanks for the very cool repo!! I was trying to record multiple feeds at the same time, but the current version of the detector only had one video writer and one vid_path! So the streams were not being saved and only were initialized with one frame and this process didn't record the whole thing. Fix: I made a list of `vid_writer` and `vid_path` and the `i` from the loop over the `pred` took care of the writer which need to work! I hope this helps, Thanks! * Cleanup list lengths * batch size variable * Update datasets.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 san-soucie 提交于
* evolve command accepts argument for number of generations * evolve generations argument used in evolve for loop * evolve argument boolean fixes * default to 300 evolve generations * Update train.py Co-authored-by:
John San Soucie <jsansoucie@whoi.edu> Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 02 7月, 2021 3 次提交
-
-
由 Valentin Aliferov 提交于
* rotating an image according to its exif tag * Update common.py * Update datasets.py * Update datasets.py faster * delete extraneous gpg file * Update common.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-