- 05 6月, 2021 1 次提交
-
-
由 Yonghye Kwon 提交于
remove datatype conversion process that can be skipped
-
- 04 6月, 2021 5 次提交
-
-
由 Glenn Jocher 提交于
* Add `timeout()` class * rearrange order
-
由 Glenn Jocher 提交于
Per VOC empirical results https://github.com/ultralytics/yolov5/issues/3380#issuecomment-853001307 by @developer0hye
-
由 Glenn Jocher 提交于
* Suppress jit trace warning + graph once Suppress harmless jit trace warning on TensorBoard add_graph call. Also fix multiple add_graph() calls bug, now only on batch 0. * Update train.py
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Parse URL authentication * urllib.parse.unquote() * improved error handling * improved error handling * remove %3F * update check_file()
-
- 03 6月, 2021 1 次提交
-
-
由 chocosaj 提交于
* Update README.md * Changing FLOPS to FLOPs. Co-authored-by:
BuildTools <unconfigured@null.spigotmc.org>
-
- 31 5月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
This reverts commit 21a9607e.
-
由 Glenn Jocher 提交于
Returns `True` if file is part of pip package. Useful for contextual behavior modification. ```python def is_pip(): # Is file in a pip package? return 'site-packages' in Path(__file__).absolute().parts ```
-
- 30 5月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
* COCO evolution fix * cleanup * update print * print fix
-
由 tudoulei 提交于
* Update datasets.py * comment Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Peretz Cohen 提交于
add Open in Kaggle badge
-
- 28 5月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
* Enable direct `--weights URL` definition @KalenMike this PR will enable direct --weights URL definition. Example use case: ``` python train.py --weights https://storage.googleapis.com/bucket/dir/model.pt ``` * cleanup * bug fixes * weights = attempt_download(weights) * Update experimental.py * Update hubconf.py * return bug fix * comment mirror * min_bytes
-
由 SkalskiP 提交于
-
由 Piotr Skalski 提交于
* update ci-testing.yml * update greetings.yml * bring back os matrix
-
- 27 5月, 2021 3 次提交
-
-
由 Piotr Skalski 提交于
* update ci-testing.yml * update greetings.yml * bring back os matrix
-
-
由 WangChaofeng 提交于
-
- 26 5月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
* Add URL file download to check_file() * cleanup * pathlib bug fix
-
由 Glenn Jocher 提交于
* Update cache v0.2 to include parent hash Possible fix for https://github.com/ultralytics/yolov5/issues/3349 * Update datasets.py
-
由 Glenn Jocher 提交于
-
- 25 5月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 24 5月, 2021 4 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* `@torch.no_grad()` decorator * Update detect.py
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
Add try: except clause on missing requirements install to catch install failures. Prompted by Ultralytics YOLOv5 API failure on Cython.
-
- 23 5月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
Ultralytics REST API fix.
-
由 yeric1789 提交于
* Changing save_one_box Made to work with other changes to common.py * PEP8 and single line BGR Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
- 22 5月, 2021 2 次提交
-
-
由 Charles Frye 提交于
* adds latest tag to match wandb defaults * adds entity handling, 'last' tag * fixes bug causing finished runs to resume * removes redundant "last" tag for wandb artifact
-
由 Glenn Jocher 提交于
-
- 21 5月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
* YouTube stream ending fix Properly terminates YouTube streams on video end. Should resolve issues #2769 and #3220. * Update datasets.py
-
由 Glenn Jocher 提交于
Bug fix to check batch_size divisibility of utilized CUDA device count vs total system CUDA device count.
-
由 Glenn Jocher 提交于
-
- 20 5月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
* Check CoreML models.train() mode * Update export.py
-
由 Glenn Jocher 提交于
Cython required by pycocotools in certain cases, i.e. https://github.com/cocodataset/cocoapi/issues/172
-
由 yeric1789 提交于
* Color can be none by default * `plot_one_box()` default `color=(128, 128, 128)` Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 19 5月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 18 5月, 2021 2 次提交
-
-
由 Adrian Holovaty 提交于
* Added max_det parameters in various places * 120 character line * PEP8 * 120 character line * Update inference default to 1000 instances * Update inference default to 1000 instances Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-